Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/Runtime/inc/eetype.h')
-rw-r--r--src/Native/Runtime/inc/eetype.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Native/Runtime/inc/eetype.h b/src/Native/Runtime/inc/eetype.h
index 39949b5eb..48431726a 100644
--- a/src/Native/Runtime/inc/eetype.h
+++ b/src/Native/Runtime/inc/eetype.h
@@ -568,23 +568,7 @@ public:
bool HasDynamicallyAllocatedDispatchMap()
{ return (get_RareFlags() & HasDynamicallyAllocatedDispatchMapFlag) != 0; }
- // Retrieve the generic type definition EEType for this generic instance
- void set_GenericDefinition(EEType *pTypeDef);
-
- // Retrieve the generic type definition EEType for this generic instance
- EETypeRef & get_GenericDefinition();
-
inline void set_GenericComposition(GenericComposition *);
- inline GenericComposition *get_GenericComposition();
-
- // Retrieve the number of generic arguments for this generic type instance
- UInt32 get_GenericArity();
-
- // Retrieve the generic arguments to this type
- EETypeRef * get_GenericArguments();
-
- // Retrieve the generic variance associated with this type
- GenericVarianceType* get_GenericVariance();
// Retrieve template used to create the dynamic type
EEType * get_DynamicTemplateType();