C# Class ICSharpCode.NRefactory.MonoCSharp.Interface

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

Public Methods

Method 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

Protected Methods

Method Description
VerifyClsCompliance ( ) : 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

Interface() public method

public Interface ( TypeContainer parent, MemberName name, Modifiers mod, Attributes attrs ) : System
parent TypeContainer
name MemberName
mod Modifiers
attrs Attributes
return System

VerifyClsCompliance() protected method

protected VerifyClsCompliance ( ) : bool
return bool