예제 #1
0
파일: KeyData.cs 프로젝트: GodLesZ/svn-dump
		public KeyData(KeyData ori) {
			mValue = ori.mValue;
			mComments = new List<string>(mComments);
		}
예제 #2
0
 public KeyData(KeyData ori)
 {
     mValue    = ori.mValue;
     mComments = new List <string>(mComments);
 }