프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OperatorType | OpType |
메소드 | 설명 | |
---|---|---|
Accept ( |
||
ApplyAttributeBuilder ( |
||
Define ( ) : bool | ||
GetMatchingOperator ( ) : OpType | ||
GetMetadataName ( OpType ot ) : string | ||
GetMetadataName ( string name ) : string | ||
GetName ( OpType ot ) : string | ||
GetName ( string metadata_name ) : string | ||
GetSignatureForDocumentation ( ) : string | ||
GetSignatureForError ( ) : string | ||
GetType ( string metadata_name ) : OpType? | ||
Operator ( |
메소드 | 설명 | |
---|---|---|
FindBaseMember ( |
||
ResolveMemberType ( ) : bool |
메소드 | 설명 | |
---|---|---|
Operator ( ) : System |
public Accept ( |
||
visitor | ||
리턴 | void |
public ApplyAttributeBuilder ( |
||
a | ||
ctor | ||
cdata | byte | |
pa | PredefinedAttributes | |
리턴 | void |
protected FindBaseMember ( |
||
bestCandidate | ||
overrides | bool | |
리턴 |
public static GetMetadataName ( OpType ot ) : string | ||
ot | OpType | |
리턴 | string |
public static GetMetadataName ( string name ) : string | ||
name | string | |
리턴 | string |
public static GetName ( string metadata_name ) : string | ||
metadata_name | string | |
리턴 | string |
public static GetType ( string metadata_name ) : OpType? | ||
metadata_name | string | |
리턴 | OpType? |
public Operator ( |
||
parent | ||
type | OpType | |
ret_type | FullNamedExpression | |
mod_flags | Modifiers | |
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
block | ToplevelBlock | |
attrs | Attributes | |
loc | Location | |
리턴 | System |