C# Class NClass.Core.InterfaceType

Inheritance: CompositeType
ファイルを表示 Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
AddConstructor ( ) : Constructor
AddDestructor ( ) : Destructor
AddField ( ) : Field
Clone ( ) : InterfaceType

Protected Methods

Method Description
InterfaceType ( string name ) : System

Private Methods

Method Description
AddBase ( InterfaceType _base ) : void
IsAncestor ( InterfaceType _interface ) : bool
RemoveBase ( InterfaceType _base ) : bool

Method Details

AddConstructor() public final method

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

AddDestructor() public final method

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

AddField() public method

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

Clone() public abstract method

public abstract Clone ( ) : InterfaceType
return InterfaceType

InterfaceType() protected method

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