public bool[] Algorithm { get; set; }
Public Property Algorithm As Boolean() Get Set
public: property array<bool>^ Algorithm { array<bool>^ get (); void set (array<bool>^ value); }
member Algorithm : bool[] with get, set
In This Article