Method CopyTo
CopyTo<T>(List<T>, void*, int)
선언
public static void CopyTo<T>(this List<T> list, void* dest, int count) where T : struct
파라미터
타입 | 이름 | 설명 |
---|---|---|
List<T> | list | |
void* | dest | |
int | count |
타입 파라미터
이름 | 설명 |
---|---|
T |
CopyTo<T>(T[], void*, int)
선언
public static void CopyTo<T>(this T[] list, void* dest, int count) where T : struct
파라미터
타입 | 이름 | 설명 |
---|---|---|
T[] | list | |
void* | dest | |
int | count |
타입 파라미터
이름 | 설명 |
---|---|
T |