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