C# Class NClass.Core.InterfaceType

Inheritance: CompositeType
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
AddConstructor ( ) : Constructor
AddDestructor ( ) : Destructor
AddField ( ) : Field
Clone ( ) : InterfaceType

Méthodes protégées

Méthode Description
InterfaceType ( string name ) : System

Private Methods

Méthode Description
AddBase ( InterfaceType _base ) : void
IsAncestor ( InterfaceType _interface ) : bool
RemoveBase ( InterfaceType _base ) : bool

Method Details

AddConstructor() public final méthode

/// The type does not support constructors. ///
public final AddConstructor ( ) : Constructor
Résultat Constructor

AddDestructor() public final méthode

/// The type does not support destructors. ///
public final AddDestructor ( ) : Destructor
Résultat Destructor

AddField() public méthode

/// The type does not support fields. ///
public AddField ( ) : Field
Résultat Field

Clone() public abstract méthode

public abstract Clone ( ) : InterfaceType
Résultat InterfaceType

InterfaceType() protected méthode

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