コード例 #1
0
        // Type initializer

        static NodeCollection()
        {
            Empty = new NodeCollection <TNode>(null, "Empty");
        }