NameIReadOnlyCollectionIReadOnlyListStringCount Property
Gets the number of elements in the collection.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
int IReadOnlyCollection<IReadOnlyList<string>>.Count { get; }
Private ReadOnly Property Count As Integer
Implements IReadOnlyCollection(Of IReadOnlyList(Of String)).Count
Get
private:
virtual property int Count {
int get () sealed = IReadOnlyCollection<IReadOnlyList<String^>^>::Count::get;
}
private abstract Count : int with get
private override Count : int with get
Int32The number of elements in the collection.
IReadOnlyCollectionTCount