C# 클래스 NClass.Core.InterfaceType

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

공개 메소드들

메소드 설명
AddConstructor ( ) : Constructor
AddDestructor ( ) : Destructor
AddField ( ) : Field
Clone ( ) : InterfaceType

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddBase ( InterfaceType _base ) : void
IsAncestor ( InterfaceType _interface ) : bool
RemoveBase ( InterfaceType _base ) : bool

메소드 상세

AddConstructor() 공개 최종 메소드

/// The type does not support constructors. ///
public final AddConstructor ( ) : Constructor
리턴 Constructor

AddDestructor() 공개 최종 메소드

/// The type does not support destructors. ///
public final AddDestructor ( ) : Destructor
리턴 Destructor

AddField() 공개 메소드

/// The type does not support fields. ///
public AddField ( ) : Field
리턴 Field

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : InterfaceType
리턴 InterfaceType

InterfaceType() 보호된 메소드

/// The does not fit to the syntax. ///
protected InterfaceType ( string name ) : System
name string
리턴 System