コード例 #1
0
ファイル: LLRect.cs プロジェクト: Rationalle/ravendb
		public LLRect(LLRect other)
		{
			_ll = other._ll;
			_ur = other._ur;
		}
コード例 #2
0
ファイル: LLRect.cs プロジェクト: stgwilli/ravendb
 public LLRect(LLRect other)
 {
     _ll = other._ll;
     _ur = other._ur;
 }