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