JuggerNET Runtime Library

charArray Implicit charArray to Char[] Conversion 

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

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

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

charArray Class | Codemesh.JuggerNET Namespace