'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As TimeSpanField
'Usage
Dim instance As TimeSpanFieldCollection Dim index As Integer Dim value As TimeSpanField instance.Item(index) = value value = instance.Item(index)
public TimeSpanField Item( int index ) {get; set;}
Parameters
- index
- The zero-based index of the collection to access.