Avro.NamedSchema.NamedSchema C# (CSharp) Method

NamedSchema() protected method

protected NamedSchema ( Type type, Name name, Names names ) : System
type System.Type
name Name
names Names
return System
        protected NamedSchema(Type type, Name name, Names names)
            : base(type)
        {
            this.name = name;
            names.Add(this);
        }