Метод | Описание | |
---|---|---|
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.
|
public InterfaceReference ( string name, InterfaceReferenceType referenceType ) : System | ||
name | string | The interface name. |
referenceType | InterfaceReferenceType | Type of the reference. |
Результат | System |