System::Collections::BitArray::Contains methode

BitArray::Contains method

Controleert of een specifieke waarde aanwezig is in de container. Niet geïmplementeerd.

bool System::Collections::BitArray::Contains(const bool &item) const override
ParameterTypeBeschrijving
itemconst bool&Item om naar te zoeken.

ReturnValue

true als het element aanwezig is, false anders.

Zie ook