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

EnumModel() private method

private EnumModel ( Type type, TypeDesc typeDesc, ModelScope scope ) : System
type System.Type
typeDesc TypeDesc
scope ModelScope
return System
        internal EnumModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }