Share via


ThreadSafeReadOnlyObservableCollection<T>.IList.IsFixedSize Property

 

Indicates whether the collection is a fixed size.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

bool IList.IsFixedSize { get; }
private:
property bool IsFixedSize {
    virtual bool get() sealed = IList::IsFixedSize::get;
}
Private ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

Property Value

Type: System.Boolean

true if the collection is a fixed size; otherwise, false.

Implements

IList.IsFixedSize

See Also

ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top