System.Xml.Schema.XmlSchemaObjectTable.XSODictionaryEnumerator.XSODictionaryEnumerator C# (CSharp) Méthode

XSODictionaryEnumerator() private méthode

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