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;
		}