VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNodeList Class
In This Topic
MetadataNodeList Class Methods
In This Topic
For a list of all methods of this type, see MetadataNodeList.
Public Methods
 NameDescription
Public MethodAdds an item to the list.
Public MethodRemoves all items from the list.
Public MethodDetermines whether the list contains a specific node.
Public MethodCopies the elements of the list to an System.Array, starting at a particular System.Array index.
Public MethodReturns an enumerator that iterates through the list.
Public MethodDetermines the index of a specific item in the list.
Public MethodInserts a node to the list at the specified index.
Public MethodRemoves the first occurrence of a specific node from the list.
Public MethodRemoves the node at the specified index.
See Also