Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DelegatingXmlDictionaryReader::InitializeInnerReader Method (XmlDictionaryReader^)

.NET Framework (current version)
 

Initializes this instance with the specified inner reader.

Namespace:   System.IdentityModel
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

protected:
void InitializeInnerReader(
	XmlDictionaryReader^ innerReader
)

Parameters

innerReader
Type: System.Xml::XmlDictionaryReader^

The reader that is to be wrapped by this instance.

Exception Condition
ArgumentNullException

innerReader is null.

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

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft