C# 클래스 Mono.Addins.ExtensionNodeList

A list of extension nodes.
상속: IEnumerable
파일 보기 프로젝트 열기: slluis/mono-addins 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( Mono.Addins.ExtensionNode array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( int n ) : Mono.Addins.ExtensionNode

Returns the node in the specified index.

this ( string id ) : Mono.Addins.ExtensionNode

Returns the node with the specified ID.

비공개 메소드들

메소드 설명
ExtensionNodeList ( List list ) : System

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( Mono.Addins.ExtensionNode array, int index ) : void
array Mono.Addins.ExtensionNode
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

this() 공개 메소드

Returns the node in the specified index.
public this ( int n ) : Mono.Addins.ExtensionNode
n int /// The index. ///
리턴 Mono.Addins.ExtensionNode

this() 공개 메소드

Returns the node with the specified ID.
public this ( string id ) : Mono.Addins.ExtensionNode
id string /// An id. ///
리턴 Mono.Addins.ExtensionNode