'Declaration
Public Operator Widening CType( _ ByVal values() As Integer _ ) As Int32Collection
'Usage
public Int32Collection operator implicit( int[] values )
public: operator Int32Collection^ ( array<int>^ values )
Parameters
- values
- An array of System.Int32 to convert to a collection