Aracılığıyla paylaş


PrincipalValueCollection<T>.IList.IsFixedSize Özellik

Tanım

Koleksiyonun sabit boyutlu olup olmadığını belirten bir değer alır.

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

Özellik Değeri

true sabit IList bir boyuta sahipse; değilse, false.

Uygulamalar

Öznitelikler

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IList arabirime PrincipalValueCollection<T> yayınlandığında kullanılabilir.

Şunlara uygulanır