C# Class ICSharpCode.NRefactory.MonoCSharp.MemberName

ファイルを表示 Open project: 0xd4d/NRefactory Class Usage Examples

Public Properties

Property Type Description
ExplicitInterface FullNamedExpression
Left MemberName
Location Location
Name string
Null MemberName
TypeParameters TypeParameters

Public Methods

Method Description
CreateMetadataName ( StringBuilder sb ) : void
Equals ( MemberName other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
GetSignatureForDocumentation ( ) : string
GetSignatureForError ( ) : string
MakeName ( string name, TypeParameters args ) : string
MemberName ( MemberName left, MemberName right ) : System
MemberName ( MemberName left, string name, FullNamedExpression explicitInterface, Location loc ) : System
MemberName ( MemberName left, string name, Location loc ) : System
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

Method Details

CreateMetadataName() public method

public CreateMetadataName ( StringBuilder sb ) : void
sb StringBuilder
return void

Equals() public method

public Equals ( MemberName other ) : bool
other MemberName
return bool

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSignatureForDocumentation() public method

public GetSignatureForDocumentation ( ) : string
return string

GetSignatureForError() public method

public GetSignatureForError ( ) : string
return string

MakeName() public static method

public static MakeName ( string name, TypeParameters args ) : string
name string
args TypeParameters
return string

MemberName() public method

public MemberName ( MemberName left, MemberName right ) : System
left MemberName
right MemberName
return System

MemberName() public method

public MemberName ( MemberName left, string name, FullNamedExpression explicitInterface, Location loc ) : System
left MemberName
name string
explicitInterface FullNamedExpression
loc Location
return System

MemberName() public method

public MemberName ( MemberName left, string name, Location loc ) : System
left MemberName
name string
loc Location
return System

MemberName() public method

public MemberName ( string name ) : System
name string
return System

MemberName() public method

public MemberName ( string name, Location loc ) : System
name string
loc Location
return System

MemberName() public method

public MemberName ( string name, TypeParameters tparams, FullNamedExpression explicitInterface, Location loc ) : System
name string
tparams TypeParameters
explicitInterface FullNamedExpression
loc Location
return System

MemberName() public method

public MemberName ( string name, TypeParameters tparams, Location loc ) : System
name string
tparams TypeParameters
loc Location
return System

Property Details

ExplicitInterface public_oe property

public FullNamedExpression ExplicitInterface
return FullNamedExpression

Left public_oe property

public MemberName,ICSharpCode.NRefactory.MonoCSharp Left
return MemberName

Location public_oe property

public Location Location
return Location

Name public_oe property

public string Name
return string

Null public_oe static_oe property

public static MemberName,ICSharpCode.NRefactory.MonoCSharp Null
return MemberName

TypeParameters public_oe property

public TypeParameters TypeParameters
return TypeParameters