TestClass.TestClass C# (CSharp) Méthode

TestClass() public méthode

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

Same methods

TestClass::TestClass ( int result ) : System