TestClass.TestClass C# (CSharp) Method

TestClass() public method

public TestClass ( byte b, int i ) : System
b byte
i int
return System
	public TestClass (byte b, int i)
	{
		mByte = b;
		mInt = i;
		mByte2 = (byte) i;
	}
}

Same methods

TestClass::TestClass ( int result ) : System