Property | Type | Description | |
---|---|---|---|
AddConstraints | void | ||
AddTypeSpec | Type | ||
AnonClassPar | |||
AnonMethPar | |||
BuildCILInfo | void | ||
BuildTables | void | ||
CheckParent | void | ||
GenericParam | System | ||
GenericParam | System | ||
GenericParam | System | ||
GenericParam | System | ||
Read | void | ||
SetClassParam | void | ||
SetMethParam | void | ||
Size | uint | ||
SortKey | uint | ||
TypeSig | void | ||
Write | void |
Method | Description | |
---|---|---|
AddConstraint ( |
Add a type constraint to this generic parameter
|
|
GetAttribute ( ) : GenericParamAttr |
Get the attribute for this generic parameter
|
|
GetClassConstraints ( ) : PERWAPI.Class[] | ||
GetConstraint ( int i ) : |
Return a constraint from the list
|
|
GetConstraintCount ( ) : int |
Get the number of constrains on this GenericParam
|
|
GetName ( ) : string |
Get the name of this generic parameter
|
|
GetParent ( ) : |
||
RemoveConstraint ( |
Remove a constraint from this generic parameter
|
|
SetAttribute ( GenericParamAttr attr ) : void |
Set the attribute for this generic parameter
|
Method | Description | |
---|---|---|
AddConstraints ( |
||
AddTypeSpec ( |
||
AnonClassPar ( uint ix ) : |
||
AnonMethPar ( uint ix ) : |
||
BuildCILInfo ( |
||
BuildTables ( |
||
CheckParent ( |
||
GenericParam ( |
||
GenericParam ( string name ) : System | ||
GenericParam ( string name, |
||
GenericParam ( uint index, byte elemIx ) : System | ||
Read ( |
||
SetClassParam ( |
||
SetMethParam ( |
||
Size ( |
||
SortKey ( ) : uint | ||
TypeSig ( |
||
Write ( |
public AddConstraint ( |
||
cType | class constraining the parameter type | |
return | void |
public GetClassConstraints ( ) : PERWAPI.Class[] | ||
return | PERWAPI.Class[] |
public GetConstraint ( int i ) : |
||
i | int | constraint index |
return |
public RemoveConstraint ( |
||
cType | class type of constraint | |
return | void |
public SetAttribute ( GenericParamAttr attr ) : void | ||
attr | GenericParamAttr | the attribute |
return | void |