コード例 #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);
 }