ReadOnlyListBaseTCount Property |
Gets the number of elements contained in the collection.
Namespace: GroupDocs.Watermark.CommonAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic virtual int Count { get; }
Public Overridable ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get ();
}
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32The number of elements contained in the collection.
Implements
ICollectionCountICollectionTCount
See Also