FingerTemplateRecord Class¶
Namespace: id3.Finger
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Static Methods¶
Name |
Description |
|---|---|
Imports the finger template record object from a buffer. |
|
Imports the finger template record object from a file. |
Methods¶
Name |
Description |
|---|---|
Adds an item to the FingerTemplateRecord object. |
|
Clears the FingerTemplateRecord object. |
|
Clones the FingerTemplateRecord object. |
|
Gets an item of the FingerTemplateRecord object. |
|
Gets the number of elements in the FingerTemplateRecord object. |
|
Removes an element of the FingerTemplateRecord object. |
|
FingerTemplateRecord object. |
|
Sets an item of the FingerTemplateRecord object. |
|
Exports the finger template object to a buffer. |
|
Exports the finger template record object to a file. |