[Android.Runtime.Register("copyFrom", "(Ljava/lang/Object;)V", "GetCopyFrom_Ljava_lang_Object_Handler")] public virtual voidCopyFrom (Java.Lang.Object array)
Parameters
array
The source data array
Remarks
Copy into this Allocation from an array. This variant is type checked
and will generate exceptions if the Allocation's Android.Renderscripts.Element does not match the array's
primitive type.