C# Class Mono.CSharp.Interface

Interfaces
Inheritance: TypeContainer, IMemberContainer
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
Interface ( NamespaceEntry ns, DeclSpace parent, MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs ) : System

Méthodes protégées

Méthode Description
VerifyClsCompliance ( ) : bool

Method Details

ApplyAttributeBuilder() public méthode

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

Interface() public méthode

public Interface ( NamespaceEntry ns, DeclSpace parent, MemberName name, Mono.CSharp.Modifiers mod, Mono.CSharp.Attributes attrs ) : System
ns NamespaceEntry
parent DeclSpace
name MemberName
mod Mono.CSharp.Modifiers
attrs Mono.CSharp.Attributes
Résultat System

VerifyClsCompliance() protected méthode

protected VerifyClsCompliance ( ) : bool
Résultat bool