'Declaration Public Property Values As ImGearXMPSeq(Of ImGearXMPInteger)
'Usage Dim instance As ImGearXMPCFAPattern Dim value As ImGearXMPSeq(Of ImGearXMPInteger) instance.Values = value value = instance.Values
public ImGearXMPSeq<ImGearXMPInteger> Values {get; set;}
public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_Values(); public: __property void set_Values( ImGearXMPSeq<ImGearXMPInteger*>* value );
public: property ImGearXMPSeq<ImGearXMPInteger^>^ Values { ImGearXMPSeq<ImGearXMPInteger^>^ get(); void set ( ImGearXMPSeq<ImGearXMPInteger^>^ value); }