MetadataSignatureCollection class
Collection of Metadata signature objects.
The MetadataSignatureCollection type exposes the following members:
Constructors
| Constructor | 
Description | 
| init | 
Creates Collection of Metadata signature. | 
Properties
| Property | 
Description | 
| count | 
Gets number of items in the collection. | 
Returns a MetadataSignature object by index.
Indexer
| Name | 
Description | 
| [index] | 
Zero-based index of the MetadataSignature to retrieve. | 
Methods
| Method | 
Description | 
| clear | 
Removes all items from the collection. | 
| contains | 
Returns true if a Metadata with the specified name exists in the collection. | 
| index_of | 
Gets the index of a property by name. | 
| remove | 
Removes a Metadata Signature with the specified name from the collection. | 
| remove_at | 
Removes a Metadata Signature at the specified index. | 
| add | 
Add Metadata Signature object to collection. | 
| add_range | 
 | 
| clone | 
Clone Metadata Signature Collection class with Metadata Signature Items. | 
See Also