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