bigloo.cnst.cnst C# (CSharp) Method

cnst() public method

public cnst ( int value ) : System
value int
return System
        public cnst( int  value )
        {
            this.value= value;
        }