XmlWhitespace Constructor
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Friend Sub New( _ ByVal strData As String, _ ByVal doc As XmlDocument _ ) [C#] protected internal XmlWhitespace( string strData, XmlDocument doc ); [C++] protected public: XmlWhitespace( String* strData, XmlDocument* doc ); [JScript] protected internal function XmlWhitespace( strData : String, doc : XmlDocument );
See Also
XmlWhitespace Class | XmlWhitespace Members | System.Xml Namespace