Gets the Listener object at the specified position.
[Visual Basic]Overridable Friend Default ReadOnly Property Item( _
ByVal index As Integer _
) As Org.Mentalis.Proxy.Listener
[C#]
internal Listener this[ int index ] {virtual get;}
Property Value
The Listener instance at position index
.