OperationParameterInfoCollection::IList::IsFixedSize Property

 

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

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.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.

.NET Framework
Available since 3.5
Return to top
Show: