XCom.KeyVal.KeyVal C# (CSharp) Method

KeyVal() public method

public KeyVal ( string keyword, string rest ) : System
keyword string
rest string
return System
		public KeyVal(string keyword,string rest)
		{
			this.keyword=keyword;
			this.rest=rest;
		}