Boo.Lang.Runtime.Tests.Integer.Integer C# (CSharp) Method

Integer() public method

public Integer ( int value ) : System
value int
return System
        public Integer(int value)
        {
            _value = value;
        }
Integer