BitArray.HasAllSet Methode

Definitie

Bepaalt of alle bits in de BitArray set zijn ingesteld op true.

public:
 bool HasAllSet();
public bool HasAllSet();
member this.HasAllSet : unit -> bool
Public Function HasAllSet () As Boolean

Retouren

trueals elke bit in de BitArray set is ingesteld op true, of als BitArray deze leeg is, anders . false

Van toepassing op