TestClass.TestClass C# (CSharp) 메소드

TestClass() 공개 메소드

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

Same methods

TestClass::TestClass ( int result ) : System