'Declaration
Public Operator Widening CType( _ ByVal values() As Boolean _ ) As BooleanCollection
'Usage
public BooleanCollection operator implicit( bool[] values )
public: operator BooleanCollection^ ( array<bool>^ values )
Parameters
- values
- An array of boolean values to convert to a strong-collection of this class type