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