AV.Enumeration.Sample.Inheritance.Example1.StatesPaymentType.StatesPaymentType C# (CSharp) Method

StatesPaymentType() protected method

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