C# Class ICSharpCode.NRefactory.MonoCSharp.Destructor

Inheritance: MethodOrOperator
Mostra file Open project: 0xd4d/NRefactory Class Usage Examples

Public Properties

Property Type Description
MetadataName string

Public Methods

Method Description
Accept ( StructuralVisitor visitor ) : void
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
Define ( ) : bool
Destructor ( TypeDefinition parent, Modifiers mod, ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled parameters, Attributes attrs, Location l ) : System
Emit ( ) : void
GetSignatureForError ( ) : string

Protected Methods

Method Description
CheckBase ( ) : bool
ResolveMemberType ( ) : bool

Method Details

Accept() public method

public Accept ( StructuralVisitor visitor ) : void
visitor StructuralVisitor
return void

ApplyAttributeBuilder() public method

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
a System.Attribute
ctor MethodSpec
cdata byte
pa PredefinedAttributes
return void

CheckBase() protected method

protected CheckBase ( ) : bool
return bool

Define() public method

public Define ( ) : bool
return bool

Destructor() public method

public Destructor ( TypeDefinition parent, Modifiers mod, ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled parameters, Attributes attrs, Location l ) : System
parent TypeDefinition
mod Modifiers
parameters ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled
attrs Attributes
l Location
return System

Emit() public method

public Emit ( ) : void
return void

GetSignatureForError() public method

public GetSignatureForError ( ) : string
return string

ResolveMemberType() protected method

protected ResolveMemberType ( ) : bool
return bool

Property Details

MetadataName public_oe static_oe property

public static string MetadataName
return string