MyTuple.MyTuple C# (CSharp) Method

MyTuple() public method

public MyTuple ( string a, string b ) : System
a string
b string
return System
	public MyTuple (string a, string b)
	{
		A = a;
		B = b;
	}
MyTuple