Added .NET 4 security attribute.

This commit is contained in:
jfrijters 2011-07-30 09:55:22 +00:00
Родитель 1387eaabc3
Коммит a0d1c505ac
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -762,6 +762,7 @@ class Bits { // package-private
* @param length
* number of bytes to copy
*/
@cli.System.Security.SecurityCriticalAttribute.Annotation
static void copyFromArray(Object src, long srcBaseOffset, long srcPos,
long dstAddr, long length)
{