C# 클래스 NArrange.Core.CodeElements.InterfaceReference

Interface implementation definition for type and member references to interfaces and interface members.
상속: ICloneable
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
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