XCom.KeyVal.KeyVal C# (CSharp) Метод

KeyVal() публичный Метод

public KeyVal ( string keyword, string rest ) : System
keyword string
rest string
Результат System
		public KeyVal(string keyword,string rest)
		{
			this.keyword=keyword;
			this.rest=rest;
		}