JuggerNET Runtime Library

charArray Implicit Char[] to charArray Conversion 

A conversion operator for the native array type to the proxy array type.

[ComVisible(Value=False)]
public static implicit operator charArray(
   char[] arr
);

Parameters

arr
an instance of the native array type

Return Value

an instance of the proxy array type

See Also

charArray Class | Codemesh.JuggerNET Namespace