C# Class Microsoft.ManagementConsole.Internal.BooleanList

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
Add ( bool item ) : void
AddRange ( bool items ) : void
ToArray ( ) : bool[]

Private Methods

Méthode Description
Grow ( int delta ) : void

Method Details

Add() public méthode

public Add ( bool item ) : void
item bool
Résultat void

AddRange() public méthode

public AddRange ( bool items ) : void
items bool
Résultat void

ToArray() public méthode

public ToArray ( ) : bool[]
Résultat bool[]