C# Class NArrange.Core.CodeElements.InterfaceMemberElement

Base class for interface member elements.
Inheritance: MemberElement
Mostra file Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
AddImplementation ( InterfaceReference implementation ) : void

Adds an item to the Implements collection.

Protected Methods

Method Description
DoInterfaceMemberClone ( ) : InterfaceMemberElement

Clones this instance.

DoMemberClone ( ) : MemberElement

Creates a clone of this instance.

Method Details

AddImplementation() public method

Adds an item to the Implements collection.
public AddImplementation ( InterfaceReference implementation ) : void
implementation InterfaceReference The implementation.
return void

DoInterfaceMemberClone() protected abstract method

Clones this instance.
protected abstract DoInterfaceMemberClone ( ) : InterfaceMemberElement
return InterfaceMemberElement

DoMemberClone() protected final method

Creates a clone of this instance.
protected final DoMemberClone ( ) : MemberElement
return MemberElement