Home
last modified time | relevance | path

Searched defs:_MonoGenericClass (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h542 struct _MonoGenericClass { struct
543 MonoClass *container_class; /* the generic type definition */
544 …ethod instantiation */ /* FIXME: Only the class_inst member of "context" is ever used, so this fie…
545 guint is_dynamic : 1; /* Contains dynamic types */
546 …: 1; /* This is the fully open instantiation for a type_builder. Quite ugly, but it's temporary.*/
547 …1; /* Only if dynamic. Need to be synchronized with its container class after its finished. */
548 MonoClass *cached_class; /* if present, the MonoClass corresponding to the instantiation. */
555 MonoImageSet *owner;