System.Xml.Serialization.EnumModel.EnumModel C# (CSharp) 메소드

EnumModel() 개인적인 메소드

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