'Declaration Public NotInheritable Class ImGearXMPBag(Of T As {New, ImGearXMPValue}) Inherits ImGearXMPArray(Of T)
'Usage Dim instance As ImGearXMPBag(Of T)
public sealed class ImGearXMPBag<T> : ImGearXMPArray<T> where T: new(), ImGearXMPValue
public __gc __sealed class ImGearXMPBag<T> : public ImGearXMPArray<T> where T: gcnew(), ImGearXMPValue
generic<typename T> public ref class ImGearXMPBag sealed : public ImGearXMPArray<T> where T: gcnew(), ImGearXMPValue