Stores a set of UnicastIPAddressInformation types.
| C# | Visual Basic |
public sealed class UnicastIPAddressInformationCollection : ICollection<UnicastIPAddressInformation>, IEnumerable<UnicastIPAddressInformation>, IEnumerable
Public NotInheritable Class UnicastIPAddressInformationCollection _ Implements ICollection(Of UnicastIPAddressInformation), IEnumerable(Of UnicastIPAddressInformation), _ IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Add(UnicastIPAddressInformation) |
Throws a NotSupportedException because this operation is not supported for this collection.
| |
| Clear()()()() |
Throws a NotSupportedException because this operation is not supported for this collection.
| |
| Contains(UnicastIPAddressInformation) |
Checks whether the collection contains the specified UnicastIPAddressInformation object.
| |
| CopyTo(array<UnicastIPAddressInformation>[]()[][], Int32) |
Copies the elements in this collection to a one-dimensional array of type UnicastIPAddressInformation.
| |
| Count |
Gets the number of UnicastIPAddressInformation types in this collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() |
Returns an object that can be used to iterate through this collection.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsReadOnly |
Gets a value that indicates whether access to this collection is read-only.
| |
| Item[([( Int32])]) |
Gets the UnicastIPAddressInformation instance at the specified index in the collection.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(UnicastIPAddressInformation) |
Throws a NotSupportedException because this operation is not supported for this collection.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| UnicastIPAddressInformationCollection | |