C#: Revert marshalling of IDictionary/IEnumerable implementing types
Added marshalling for `System.Collections.Generic.List<T>` and `System.Collections.Generic.Dictionary<TKey, TValue>`.
This commit is contained in:
@ -30,13 +30,14 @@
|
||||
|
||||
#include "gd_mono_method.h"
|
||||
|
||||
#include <mono/metadata/attrdefs.h>
|
||||
#include <mono/metadata/debug-helpers.h>
|
||||
|
||||
#include "gd_mono_cache.h"
|
||||
#include "gd_mono_class.h"
|
||||
#include "gd_mono_marshal.h"
|
||||
#include "gd_mono_utils.h"
|
||||
|
||||
#include <mono/metadata/attrdefs.h>
|
||||
|
||||
void GDMonoMethod::_update_signature() {
|
||||
// Apparently MonoMethodSignature needs not to be freed.
|
||||
// mono_method_signature caches the result, we don't need to cache it ourselves.
|
||||
|
||||
Reference in New Issue
Block a user