Свойство | Type | Description | |
---|---|---|---|
OperatorType | OpType |
Méthode | Description | |
---|---|---|
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 ( |
Méthode | Description | |
---|---|---|
FindBaseMember ( |
||
ResolveMemberType ( ) : bool |
Méthode | Description | |
---|---|---|
Operator ( ) : System |
public Accept ( |
||
visitor | ||
Résultat | void |
public ApplyAttributeBuilder ( |
||
a | ||
ctor | ||
cdata | byte | |
pa | PredefinedAttributes | |
Résultat | void |
protected FindBaseMember ( |
||
bestCandidate | ||
overrides | bool | |
Résultat |
public static GetMetadataName ( OpType ot ) : string | ||
ot | OpType | |
Résultat | string |
public static GetMetadataName ( string name ) : string | ||
name | string | |
Résultat | string |
public static GetName ( OpType ot ) : string | ||
ot | OpType | |
Résultat | string |
public static GetName ( string metadata_name ) : string | ||
metadata_name | string | |
Résultat | string |
public GetSignatureForDocumentation ( ) : string | ||
Résultat | string |
public static GetType ( string metadata_name ) : OpType? | ||
metadata_name | string | |
Résultat | OpType? |
public Operator ( |
||
parent | ||
type | OpType | |
ret_type | FullNamedExpression | |
mod_flags | Modifiers | |
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
block | ToplevelBlock | |
attrs | Attributes | |
loc | Location | |
Résultat | System |