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

Snzi() public method

public Snzi ( ) : System
return System
		public Snzi ()
		{
			nodes = new ISnziNode[count];
			root = new RootNode ();
			for (int i = 0; i < count; i++)
				nodes[i] = new LeafNode (root);
		}