Complex<T>[] Data { get; set; }
Property Data As Complex(Of T)() Get Set
property array<Complex<T>>^ Data { array<Complex<T>>^ get (); void set (array<Complex<T>>^ value); }
abstract Data : Complex<'T>[] with get, set
In This Article