Method ToInteropArray
ToInteropArray(SA)
Converts the array to an array that can be marshaled for COM interop
public static object[] ToInteropArray(SA sa)
Parameters
sa
SA
Returns
- object[]
ToInteropArray(string[])
Converts the specified array to an array that can be marshaled for COM Interop.
public static object[] ToInteropArray(string[] sa)
Parameters
Returns
- object[]
The array that can be marshaled for COM Interop.