XCom.KeyVal.KeyVal C# (CSharp) Méthode

KeyVal() public méthode

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