C# Class NClass.Core.SingleInharitanceType

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

Méthodes publiques

Méthode Description
AddInterface ( InterfaceType interfaceType ) : void
Implement ( Operation operation, bool explicitly ) : Operation
Override ( Operation operation ) : Operation
RemoveInterface ( InterfaceType interfaceType ) : void

Méthodes protégées

Méthode Description
SingleInharitanceType ( string name ) : System

Method Details

AddInterface() public méthode

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

Implement() public méthode

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

Override() public méthode

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

RemoveInterface() public méthode

public RemoveInterface ( InterfaceType interfaceType ) : void
interfaceType InterfaceType
Résultat void

SingleInharitanceType() protected méthode

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