AV.Enumeration.Sample.Inheritance.Example1.StatesPaymentType.StatesPaymentType C# (CSharp) 메소드

StatesPaymentType() 보호된 메소드

protected StatesPaymentType ( int value, string name = null )
value int
name string
        protected StatesPaymentType(int value, string name = null) : base(value, name)
        {
        }
    }
StatesPaymentType