System.Threading.Snzi.LeafNode.LeafNode C# (CSharp) Method

LeafNode() public method

public LeafNode ( ISnziNode parent ) : System
parent ISnziNode
return System
			public LeafNode (ISnziNode parent)
			{
				this.parent = parent;
				this.var = 0;
			}