'Declaration<NotNullAttribute()> Public Operator Widening CType( _ ByVal single As Integer _ ) As UAIndexRange
'Usage
 
            [NotNull()] public UAIndexRange operator implicit( int single )
[NotNull()] public: operator UAIndexRange^ ( int single )
Parameters
- single
 - A value for range's minimum and maximum.
Valid values of this parameter are in the range from
0to2147483647 (Int32.MaxValue). 
Return Value
This method never returns null (Nothing in Visual Basic).