CanRead
Overrides Stream
This property indicates whether or not the XML stream can be read.
Declaration
// C# public override bool CanRead{get;}
Property Value
If the XML stream is can be read, returns true
; otherwise, returns false
.
Overrides Stream
This property indicates whether or not the XML stream can be read.
Declaration
// C# public override bool CanRead{get;}
Property Value
If the XML stream is can be read, returns true
; otherwise, returns false
.