ImageGear .NET - Updated
Add Method (ImGearXMPArray<T>)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : Add Method
The object to be added to the end of the ImGearXMPArray<T>.
Adds an object to the end of the ImGearXMPArray<T>.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As ImGearXMPArray(Of T)
Dim item As T
 
instance.Add(item)
public void Add( 
   T item
)
public: void Add( 
   T* item
) 
public:
void Add( 
   T^ item
) 

Parameters

item
The object to be added to the end of the ImGearXMPArray<T>.
See Also

Reference

ImGearXMPArray<T> Class
ImGearXMPArray<T> Members