Click or drag to resize

SQLite3.Copy<T> Method

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Copy<T>(
	IntPtr source,
	T[] destination,
	int startIndex,
	int length
)
where T : struct, new()

Parameters

source
Type: System.IntPtr
destination
Type:T[]
startIndex
Type: System.Int32
length
Type: System.Int32

Type Parameters

T
See Also