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