public T ExactValue { get; set; }
Public Property ExactValue As T Get Set
public: property T ExactValue { T get (); void set (T value); }
member ExactValue : 'T with get, set
In This Article