C# Класс NArrange.Core.CodeElements.InterfaceReference

Interface implementation definition for type and member references to interfaces and interface members.
Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный Метод

Creates a clone of this instance
public Clone ( ) : object
Результат object

InterfaceReference() публичный Метод

Creates a new InterfaceImplementation.
public InterfaceReference ( ) : System
Результат System

InterfaceReference() публичный Метод

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.
Результат System

ToString() публичный Метод

Gets the string representation of this object.
public ToString ( ) : string
Результат string