System.Xml.Serialization.TypeModel.TypeModel C# (CSharp) Method

TypeModel() protected method

protected TypeModel ( Type type, TypeDesc typeDesc, ModelScope scope ) : System
type System.Type
typeDesc TypeDesc
scope ModelScope
return System
        protected TypeModel(Type type, TypeDesc typeDesc, ModelScope scope) {
            this.scope = scope;
            this.type = type;
            this.typeDesc = typeDesc;
        }
TypeModel