Public Property IsSorted As Boolean
public bool IsSorted { get; set; }
public: property bool IsSorted { bool get (); void set (bool value); }
function get_isSorted(); function set_isSorted(value);