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