cast system array to ILBaseArray
| C# | Visual Basic | Visual C++ |
public static implicit operator ILBaseArray ( int[] input )
Public Shared Widening Operator CType ( _ input As Integer() _ ) As ILBaseArray
static implicit operator ILBaseArray^ ( array<int>^ input )
- input (array< Int32 >[]()[])
- system array type
ILBaseArray
The ILBaseArray returned will be of type ILArray<Int32>
If input is null or empty, an empty ILArray will be returned