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