fBaseXtensions.XML.Weight.Weight C# (CSharp) Method

Weight() public method

public Weight ( ) : System.Collections.Generic
return System.Collections.Generic
        public Weight()
        {
            SNO = -1;
            WEIGHT = 0;
        }

Same methods

Weight::Weight ( int sno, int weight ) : System.Collections.Generic