コード例 #1
0
                private static readonly InfoImpl PairsInfo = new InfoImpl(2, TreeLowOrder); // NOTE: Paired children are combinations of 2 contiguous items.

                public static InfoImpl Get(
                    PdfName typeName
                    )
                {
                    return(typeName.Equals(PdfName.Kids) ? KidsInfo : PairsInfo);
                }