C# Class NClass.Core.SingleInharitanceType

Inheritance: CompositeType, IInterfaceImplementer
Mostrar archivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

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

Protected Methods

Method Description
SingleInharitanceType ( string name ) : System

Method Details

AddInterface() public method

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

Implement() public method

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

Override() public method

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

RemoveInterface() public method

public RemoveInterface ( InterfaceType interfaceType ) : void
interfaceType InterfaceType
return void

SingleInharitanceType() protected method

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