DelegatingXmlDictionaryReader.InitializeInnerReader Method

Definition

Initializes this instance with the specified inner reader.

C#
protected void InitializeInnerReader(System.Xml.XmlDictionaryReader innerReader);

Parameters

innerReader
XmlDictionaryReader

The reader that is to be wrapped by this instance.

Exceptions

innerReader is null.

Remarks

Sets the InnerReader property to the reader specified by the innerReader parameter.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1