Click or drag to resize

DataDictionaryCount Property

Gets the number of elements contained in the ICollection.

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

Return Value

Type: Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount
See Also