Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static void Copy<T>(
IntPtr source,
T[] destination,
int startIndex,
int length
)
where T : struct, new()
Parameters
- source
- Type: SystemIntPtr
- destination
- Type: T
- startIndex
- Type: SystemInt32
- length
- Type: SystemInt32
Type Parameters
- T
See Also