BuildEventArgsReader.CloseInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Directs whether the passed BinaryReader should be closed when this instance is disposed. Defaults to "false".
public:
property bool CloseInput { void set(bool value); };
public bool CloseInput { set; }
member this.CloseInput : bool
Public Property CloseInput As Boolean