Click or drag to resize

DataDictionaryIsFixedSize Property

Gets a value indicating whether the IDictionary object has a fixed size.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract bool IsFixedSize { get; }

Return Value

Type: Boolean
true if the IDictionary object has a fixed size; otherwise, false.

Implements

IDictionaryIsFixedSize
See Also