Gets the MulticastIPAddressInformation instance at the specified index in the collection.
| C# | Visual Basic |
public MulticastIPAddressInformation this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As MulticastIPAddressInformation Get
- index (Int32)
- The zero-based index of the element.
The MulticastIPAddressInformation at the specified location.