Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityCollection::IList::IsFixedSize Property

 

Gets a value indicating whether the IList has a fixed size.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
property bool IsFixedSize {
	virtual bool get() sealed = IList::IsFixedSize::get;
}

Property Value

Type: System::Boolean

true if the IList has a fixed size; otherwise, false.

A collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft