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