public T Item { get; set; }
Public Property Item As T Get Set
public: property T Item { T get (); void set (T value); }