You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning restore S4200// Native methods should be wrapped
38
36
39
37
#endif // NANOCLR_REFLECTION
40
38
41
-
#pragma warning disable S4200// Native methods should be wrapped
42
39
/// <summary>
43
40
/// Copies a range of elements from an Array starting at the first element and pastes them into another Array starting at the first element. The length is specified as a 32-bit integer.
44
41
/// </summary>
45
42
/// <param name="sourceArray">The Array that contains the data to copy.</param>
46
43
/// <param name="destinationArray">The Array that receives the data.</param>
47
44
/// <param name="length">A 32-bit integer that represents the number of elements to copy.</param>
0 commit comments