Method | Description | |
---|---|---|
ConvertExplicitly ( bool inCheckedContext, System.TypeSpec targetType ) : |
||
ConvertImplicitly ( System.TypeSpec targetType ) : |
||
CreateExpressionTree ( |
||
Emit ( |
||
EncodeAttributeValue ( IMemberContext rc, Mono.CSharp.AttributeEncoder enc, System.TypeSpec targetType, System.TypeSpec parameterType ) : void | ||
GetSignatureForError ( ) : string | ||
GetValue ( ) : object | ||
GetValueAsLiteral ( ) : string | ||
GetValueAsLong ( ) : long | ||
NullConstant ( System.TypeSpec type, Mono.CSharp.Location loc ) : System |
public ConvertExplicitly ( bool inCheckedContext, System.TypeSpec targetType ) : |
||
inCheckedContext | bool | |
targetType | System.TypeSpec | |
return |
public ConvertImplicitly ( System.TypeSpec targetType ) : |
||
targetType | System.TypeSpec | |
return |
public CreateExpressionTree ( |
||
ec | ||
return | Mono.CSharp.Expression |
public EncodeAttributeValue ( IMemberContext rc, Mono.CSharp.AttributeEncoder enc, System.TypeSpec targetType, System.TypeSpec parameterType ) : void | ||
rc | IMemberContext | |
enc | Mono.CSharp.AttributeEncoder | |
targetType | System.TypeSpec | |
parameterType | System.TypeSpec | |
return | void |
public NullConstant ( System.TypeSpec type, Mono.CSharp.Location loc ) : System | ||
type | System.TypeSpec | |
loc | Mono.CSharp.Location | |
return | System |