- Timestamp:
- 03/15/09 12:34:00 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/ArrayAddress.cs
r31229 r31236 84 84 // T[][]をIntPtr[]に変換する 85 85 this.ptr = new IntPtr[array.Length]; 86 GCHandle[]gch = new GCHandle[array.Length];86 this.gch = new GCHandle[array.Length]; 87 87 for (int i = 0; i < array.Length; i++) 88 88 { … … 96 96 } 97 97 } 98 98 99 99 100 /// <summary>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)