System.Xml.Schema.XmlSchemaObjectTable.XSODictionaryEnumerator.XSODictionaryEnumerator C# (CSharp) 메소드

XSODictionaryEnumerator() 개인적인 메소드

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