Pomona.Schemas.SchemaTypeEntry.SchemaTypeEntry C# (CSharp) Méthode

SchemaTypeEntry() public méthode

public SchemaTypeEntry ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public SchemaTypeEntry()
        {
            Properties = new Dictionary<string, SchemaPropertyEntry>();
        }
SchemaTypeEntry