Click or drag to resize

DataDictionaryTKey, TValueIsFixedSize 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 override bool IsFixedSize { get; }

Return Value

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

Implements

IDictionaryIsFixedSize
See Also