C# Class ICSharpCode.NRefactory.MonoCSharp.Interface

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

Méthodes publiques

Méthode Description
Accept ( StructuralVisitor visitor ) : void
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
Interface ( TypeContainer parent, MemberName name, Modifiers mod, Attributes attrs ) : System

Méthodes protégées

Méthode Description
VerifyClsCompliance ( ) : 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

Interface() public méthode

public Interface ( TypeContainer parent, MemberName name, Modifiers mod, Attributes attrs ) : System
parent TypeContainer
name MemberName
mod Modifiers
attrs Attributes
Résultat System

VerifyClsCompliance() protected méthode

protected VerifyClsCompliance ( ) : bool
Résultat bool