C# 클래스 Mono.CSharp.Interface

Interfaces
상속: TypeContainer, IMemberContainer
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
VerifyClsCompliance ( ) : bool

메소드 상세

ApplyAttributeBuilder() 공개 메소드

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
a Attribute
ctor MethodSpec
cdata byte
pa Mono.CSharp.PredefinedAttributes
리턴 void

Interface() 공개 메소드

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
리턴 System

VerifyClsCompliance() 보호된 메소드

protected VerifyClsCompliance ( ) : bool
리턴 bool