Proxy.Item Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Proxy.Item Property

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.

See Also

Proxy Class | Proxy Members | Org.Mentalis.Proxy Namespace