System.Net.NetworkInformation.MulticastIPAddressInformationCollection Members

The members of System.Net.NetworkInformation.MulticastIPAddressInformationCollection are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Net.NetworkInformation.MulticastIPAddressInformation types in this collection.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether access to this collection is read-only.

[read-only]
default property
Item(int)MulticastIPAddressInformation. Documentation for this section has not yet been entered.

Public Methods

Add(MulticastIPAddressInformation)

Throws a NotSupportedException because the collection is read-only and elements cannot be added to the collection.

Clear()

Throws a NotSupportedException because the collection is read-only and elements cannot be removed.

Contains(MulticastIPAddressInformation) : bool

Checks whether the collection contains the specified System.Net.NetworkInformation.MulticastIPAddressInformation object.

CopyTo(MulticastIPAddressInformation[], int)

Copies the elements in this collection to a one-dimensional array of type System.Net.NetworkInformation.MulticastIPAddressInformation.

GetEnumerator() : IEnumerator<MulticastIPAddressInformation>

Returns an object that can be used to iterate through this collection.

Remove(MulticastIPAddressInformation) : bool

Throws a NotSupportedException because the collection is read-only and elements cannot be removed.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator

Returns an object that can be used to iterate through this collection.