Click or drag to resize

DataDictionaryTKey, TValueCount 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 override int Count { get; }

Return Value

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

Implements

ICollectionTCount
ICollectionCount
See Also