public ComplexArray u { get; set; }
Public Property u As ComplexArray
Get
Set
public:
virtual property ComplexArray^ u {
ComplexArray^ get () sealed;
void set (ComplexArray^ value) sealed;
}
abstract u : ComplexArray with get, set
override u : ComplexArray with get, set