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