System.Xml.XmlBinaryDictionaryReader.NodeInfo.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
			public virtual void Reset ()
			{
				Position = 0;
				DictLocalName = DictNS = null;
				LocalName = NS = Prefix = Value = name = String.Empty;
				NodeType = XmlNodeType.None;
				TypedValue = null;
				ValueType = 0;
				NSSlot = -1;
			}
		}
XmlBinaryDictionaryReader.NodeInfo