PrincipalValueCollection<T>.IList.IsFixedSize Vlastnost

Definice

Získá hodnotu označující, zda je kolekce pevná velikost.

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
bool System.Collections.IList.IsFixedSize { [System.Security.SecurityCritical] get; }
member this.System.Collections.IList.IsFixedSize : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

Hodnota vlastnosti

trueIList pokud má hodnota pevnou velikost, falsev opačném případě .

Implementuje

Atributy

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v PrincipalValueCollection<T> případě, že je instance přetypovaná na IList rozhraní.

Platí pro