IPAddressCollection Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents a collection of IPAddress objects.

C#

public class IPAddressCollection : Collection<IPAddress>, IList<IPAddress>, ICollection<IPAddress>, IList, ICollection, IReadOnlyList<IPAddress>, IReadOnlyCollection<IPAddress>, IEnumerable<IPAddress>, IEnumerable


Inheritance ObjectCollection<IPAddress> › IPAddressCollection


Implements IList<IPAddress>, ICollection<IPAddress>, IList, ICollection, IReadOnlyList<IPAddress>, IReadOnlyCollection<IPAddress>, IEnumerable<IPAddress>, IEnumerable

Name Description
IPAddressCollection Initializes a new instance of the IPAddressCollection class.
IPAddressCollection(IList) Initializes a new instance of the IPAddressCollection class as a wrapper for the specified list.
Name Description
Add(String) Adds a string formatted IPAddress to the end of the IPAddressCollection.
Remove(String) Removes the first occurrence of a string formatted IPAddress from the IPAddressCollection.