AODL.Document.Content.Text.UnknownTextContent.UnknownTextContent C# (CSharp) Method

UnknownTextContent() public method

Initializes a new instance of the UnknownTextContent class.
public UnknownTextContent ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System
		public UnknownTextContent(IDocument document, XmlNode node)
		{
			this.Document			= document;
			this.Node				= node;
		}
UnknownTextContent