C# 클래스 Microsoft.ManagementConsole.SelectedNodeCollection

상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: SiteView/ECC8.13

Private Properties

프로퍼티 타입 설명
Add void
Clear void
ICollection void
IEnumerable IEnumerator
SelectedNodeCollection System

공개 메소드들

메소드 설명
Contains ( Node node ) : bool
CopyTo ( Node array, int index ) : void
IndexOf ( Node node ) : int
ToArray ( ) : Microsoft.ManagementConsole.Node[]
this ( int index ) : Node

비공개 메소드들

메소드 설명
Add ( Node item ) : void
Clear ( ) : void
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
SelectedNodeCollection ( ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( Node node ) : bool
node Node
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Node array, int index ) : void
array Node
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( Node node ) : int
node Node
리턴 int

ToArray() 공개 메소드

public ToArray ( ) : Microsoft.ManagementConsole.Node[]
리턴 Microsoft.ManagementConsole.Node[]

this() 공개 메소드

public this ( int index ) : Node
index int
리턴 Node