C# Class Microsoft.ManagementConsole.SelectedNodeCollection

Inheritance: ICollection, IEnumerable
Show file Open project: SiteView/ECC8.13

Private Properties

Property Type Description
Add void
Clear void
ICollection void
IEnumerable IEnumerator
SelectedNodeCollection System

Public Methods

Method Description
Contains ( Node node ) : bool
CopyTo ( Node array, int index ) : void
IndexOf ( Node node ) : int
ToArray ( ) : Microsoft.ManagementConsole.Node[]
this ( int index ) : Node

Private Methods

Method Description
Add ( Node item ) : void
Clear ( ) : void
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
SelectedNodeCollection ( ) : System

Method Details

Contains() public method

public Contains ( Node node ) : bool
node Node
return bool

CopyTo() public method

public CopyTo ( Node array, int index ) : void
array Node
index int
return void

IndexOf() public method

public IndexOf ( Node node ) : int
node Node
return int

ToArray() public method

public ToArray ( ) : Microsoft.ManagementConsole.Node[]
return Microsoft.ManagementConsole.Node[]

this() public method

public this ( int index ) : Node
index int
return Node