System.Xml.Xsl.Int32Pair.Int32Pair C# (CSharp) Method

Int32Pair() public method

public Int32Pair ( int left, int right ) : System
left int
right int
return System
        public Int32Pair(int left, int right) {
            this.left = left;
            this.right = right;
        }