|
BroSetCount Property |
Gets the number of elements contained in this
BroSet.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
abstract Count : int with get
override Count : int with get
/** @property */
public final int get_Count()
Return Value
Type:
Int32
The number of elements contained in this
BroSet.
Implements
ICollectionTCountSee Also