C# 클래스 NClass.CSharp.CSharpInterface

상속: NClass.Core.InterfaceType
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
AddEvent ( ) : Event
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : InterfaceType
GetDeclaration ( ) : string

비공개 메소드들

메소드 설명
CSharpInterface ( ) : System
CSharpInterface ( string name ) : System

메소드 상세

AddEvent() 공개 메소드

/// The does not fit to the syntax. ///
public AddEvent ( ) : Event
리턴 NClass.Core.Event

AddMethod() 공개 메소드

/// The does not fit to the syntax. ///
public AddMethod ( ) : Method
리턴 NClass.Core.Method

AddProperty() 공개 메소드

/// The does not fit to the syntax. ///
public AddProperty ( ) : Property
리턴 Property

Clone() 공개 메소드

public Clone ( ) : InterfaceType
리턴 NClass.Core.InterfaceType

GetDeclaration() 공개 메소드

public GetDeclaration ( ) : string
리턴 string