Method | Description | |
---|---|---|
GetGenericClass ( ) : |
Get the generic class that this class instantiates
|
|
GetGenericParCount ( ) : int |
Count how many generic parameters this class has
|
|
GetGenericParamType ( int ix ) : Type |
Get the specified generic parameter number
|
|
GetGenericParamTypes ( ) : Type[] |
Get the generic parameters of this class
|
|
GetParent ( ) : |
Get the generic class that this is an instantiation of
|
Method | Description | |
---|---|---|
AddMethod ( |
||
AddTypeSpec ( |
||
BuildSignatures ( |
||
BuildTables ( |
||
ClassName ( ) : string | ||
ClassSpec ( |
||
GetCodedIx ( CIx code ) : uint | ||
GetGenPar ( uint ix ) : Type | ||
TypeDefOrRefToken ( ) : uint | ||
TypeSig ( |
||
Write ( |
public GetGenericParamType ( int ix ) : Type | ||
ix | int | generic parameter number |
return | Type |