C# Class NArrange.Core.CodeElements.InterfaceReference

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

Méthodes publiques

Méthode 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 méthode

Creates a clone of this instance
public Clone ( ) : object
Résultat object

InterfaceReference() public méthode

Creates a new InterfaceImplementation.
public InterfaceReference ( ) : System
Résultat System

InterfaceReference() public méthode

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.
Résultat System

ToString() public méthode

Gets the string representation of this object.
public ToString ( ) : string
Résultat string