| JuggerNET Runtime Library |
|
byteArray Implicit Byte[] to byteArray Conversion
A conversion operator for the native array type to the proxy array type.
[ComVisible(Value=False)]
public static implicit operator
byteArray(
byte[] arr);
Parameters
-
arr
- an instance of the native array type
Return Value
an instance of the proxy array type
See Also
byteArray Class | Codemesh.JuggerNET Namespace