C# Class NArrange.Core.CodeElements.InterfaceReference

Interface implementation definition for type and member references to interfaces and interface members.
Inheritance: ICloneable
Show file Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Creates a clone of this instance

InterfaceReference ( ) : System

Creates a new InterfaceImplementation.

InterfaceReference ( string name, InterfaceReferenceType referenceType ) : System

Creates a new InterfaceImplementation with the specified name and reference type.

ToString ( ) : string

Gets the string representation of this object.

Method Details

Clone() public method

Creates a clone of this instance
public Clone ( ) : object
return object

InterfaceReference() public method

Creates a new InterfaceImplementation.
public InterfaceReference ( ) : System
return System

InterfaceReference() public method

Creates a new InterfaceImplementation with the specified name and reference type.
public InterfaceReference ( string name, InterfaceReferenceType referenceType ) : System
name string The interface name.
referenceType InterfaceReferenceType Type of the reference.
return System

ToString() public method

Gets the string representation of this object.
public ToString ( ) : string
return string