DateFormatCollectionCount Property |
Gets the number of elements contained in the collection.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32The number of elements contained in the collection.
Implements
ICollectionTCount
See Also