Property | Type | Description | |
---|---|---|---|
ExplicitInterface | FullNamedExpression | ||
Left | |||
Location | Location | ||
Name | string | ||
Null | |||
TypeParameters | TypeParameters |
Method | Description | |
---|---|---|
CreateMetadataName ( StringBuilder sb ) : void | ||
Equals ( |
||
Equals ( object other ) : bool | ||
GetHashCode ( ) : int | ||
GetSignatureForDocumentation ( ) : string | ||
GetSignatureForError ( ) : string | ||
MakeName ( string name, TypeParameters args ) : string | ||
MemberName ( |
||
MemberName ( |
||
MemberName ( |
||
MemberName ( string name ) : System | ||
MemberName ( string name, Location loc ) : System | ||
MemberName ( string name, TypeParameters tparams, FullNamedExpression explicitInterface, Location loc ) : System | ||
MemberName ( string name, TypeParameters tparams, Location loc ) : System |
public CreateMetadataName ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
return | void |
public GetSignatureForDocumentation ( ) : string | ||
return | string |
public static MakeName ( string name, TypeParameters args ) : string | ||
name | string | |
args | TypeParameters | |
return | string |
public MemberName ( |
||
left | ||
right | ||
return | System |
public MemberName ( |
||
left | ||
name | string | |
explicitInterface | FullNamedExpression | |
loc | Location | |
return | System |
public MemberName ( |
||
left | ||
name | string | |
loc | Location | |
return | System |
public MemberName ( string name, Location loc ) : System | ||
name | string | |
loc | Location | |
return | System |
public MemberName ( string name, TypeParameters tparams, FullNamedExpression explicitInterface, Location loc ) : System | ||
name | string | |
tparams | TypeParameters | |
explicitInterface | FullNamedExpression | |
loc | Location | |
return | System |
public MemberName ( string name, TypeParameters tparams, Location loc ) : System | ||
name | string | |
tparams | TypeParameters | |
loc | Location | |
return | System |
public FullNamedExpression ExplicitInterface | ||
return | FullNamedExpression |
public static MemberName,ICSharpCode.NRefactory.MonoCSharp Null | ||
return |