'Declaration <__DynamicallyInvokableAttribute()> Public Default Property Item( _ ByVal index As Integer _ ) As CalendarDateRange
'Usage Dim instance As BlackoutDatesCollection Dim index As Integer Dim value As CalendarDateRange instance.Item(index) = value value = instance.Item(index)
[__DynamicallyInvokable()] public CalendarDateRange this[ int index ]; {get; set;}
Parameters
- index