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