Public ReadOnly Property Items As Object()
public Object[] Items { get; }
public: property array<Object^>^ Items { array<Object^>^ get (); }
function get_items();