StringDict.count Property¶
Module: StringDict
Type: int
Definition¶
Gets the number of elements contained in the dict
int get count => getCount();
Exceptions
An error has occurred during Document Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during Document Library execution.
public int getCount() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var count: Int
get {
return Int(try! getCount())
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentStringDict_GetCount (ID3_DOCUMENT_STRING_DICT hStringDict, int * count)
Returns