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