C# 클래스 NClass.Core.SingleInharitanceType

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

공개 메소드들

메소드 설명
AddInterface ( InterfaceType interfaceType ) : void
Implement ( Operation operation, bool explicitly ) : Operation
Override ( Operation operation ) : Operation
RemoveInterface ( InterfaceType interfaceType ) : void

보호된 메소드들

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

메소드 상세

AddInterface() 공개 메소드

/// The language of does not equal.-or- /// is earlier implemented interface. /// /// is null. ///
public AddInterface ( InterfaceType interfaceType ) : void
interfaceType InterfaceType
리턴 void

Implement() 공개 메소드

/// The language of does not equal. /// /// is null. ///
public Implement ( Operation operation, bool explicitly ) : Operation
operation Operation
explicitly bool
리턴 Operation

Override() 공개 메소드

/// cannot be overridden.-or- /// The language of does not equal. /// /// is null. ///
public Override ( Operation operation ) : Operation
operation Operation
리턴 Operation

RemoveInterface() 공개 메소드

public RemoveInterface ( InterfaceType interfaceType ) : void
interfaceType InterfaceType
리턴 void

SingleInharitanceType() 보호된 메소드

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