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