C# Class ICSharpCode.NRefactory.MonoCSharp.Destructor

Inheritance: MethodOrOperator
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Свойство Type Description
MetadataName string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CheckBase ( ) : bool
ResolveMemberType ( ) : bool

Method Details

Accept() public méthode

public Accept ( StructuralVisitor visitor ) : void
visitor StructuralVisitor
Résultat void

ApplyAttributeBuilder() public méthode

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

CheckBase() protected méthode

protected CheckBase ( ) : bool
Résultat bool

Define() public méthode

public Define ( ) : bool
Résultat bool

Destructor() public méthode

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
Résultat System

Emit() public méthode

public Emit ( ) : void
Résultat void

GetSignatureForError() public méthode

public GetSignatureForError ( ) : string
Résultat string

ResolveMemberType() protected méthode

protected ResolveMemberType ( ) : bool
Résultat bool

Property Details

MetadataName public_oe static_oe property

public static string MetadataName
Résultat string