[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
SlimReader class
Namespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal SlimReader(
Encoding encoding = null
)
protected internal SlimReader(
Encoding encoding = null
)
Protected Friend Sub New (
Optional encoding As Encoding = Nothing
)
Protected Friend Sub New (
Optional encoding As Encoding = Nothing
)
protected public:
SlimReader(
Encoding^ encoding = nullptr
)
protected public:
SlimReader(
Encoding^ encoding = nullptr
)
new :
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> SlimReader
new :
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> SlimReader