Method | Description | |
---|---|---|
CustomModifiedType ( Type type, CustomModifier cmod, |
Create a new custom modifier for a type
|
|
GetModifiedType ( ) : Type | ||
GetModifier ( ) : CustomModifier | ||
GetModifingType ( ) : |
||
SetModifiedType ( Type modType ) : void | ||
SetModifier ( CustomModifier cmod ) : void | ||
SetModifingType ( |
Method | Description | |
---|---|---|
BuildTables ( |
||
SameType ( Type tstType ) : bool | ||
TypeSig ( |
public CustomModifiedType ( Type type, CustomModifier cmod, |
||
type | Type | the type to be modified |
cmod | CustomModifier | the modifier |
cmodType | the type reference to be associated with the type | |
return | System |
public SetModifiedType ( Type modType ) : void | ||
modType | Type | |
return | void |
public SetModifier ( CustomModifier cmod ) : void | ||
cmod | CustomModifier | |
return | void |