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