C# Class Microsoft.ManagementConsole.SelectedNodeCollection

Inheritance: ICollection, IEnumerable
Afficher le fichier Open project: SiteView/ECC8.13

Private Properties

Свойство Type Description
Add void
Clear void
ICollection void
IEnumerable IEnumerator
SelectedNodeCollection System

Méthodes publiques

Méthode 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

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

Method Details

Contains() public méthode

public Contains ( Node node ) : bool
node Node
Résultat bool

CopyTo() public méthode

public CopyTo ( Node array, int index ) : void
array Node
index int
Résultat void

IndexOf() public méthode

public IndexOf ( Node node ) : int
node Node
Résultat int

ToArray() public méthode

public ToArray ( ) : Microsoft.ManagementConsole.Node[]
Résultat Microsoft.ManagementConsole.Node[]

this() public méthode

public this ( int index ) : Node
index int
Résultat Node