System.Xml.Schema.XmlSchemaObjectTable.XSODictionaryEnumerator.XSODictionaryEnumerator C# (CSharp) Method

XSODictionaryEnumerator() private method

private XSODictionaryEnumerator ( List entries, int size, EnumeratorType enumType ) : System.Collections
entries List
size int
enumType EnumeratorType
return System.Collections
            internal XSODictionaryEnumerator(List<XmlSchemaObjectEntry> entries, int size, EnumeratorType enumType) : base(entries, size, enumType) {
            }
            
XmlSchemaObjectTable.XSODictionaryEnumerator