'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As T
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As T
'Usage Dim instance As C1DelegateList(Of T) Dim index As Integer Dim value As T value = instance.Item(index)
'Usage
Dim instance As C1DelegateList(Of T) Dim index As Integer Dim value As T value = instance.Item(index)
public T this[ int index ]; {get;}
C1DelegateList<T> Class C1DelegateList<T> Members