Represents a list of IP ranges that are excluded from DHCP distribution

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  System.Collections.Generic.List<DHCPScopeExclusion>System.Collections.Generic.List(Of DHCPScopeExclusion)System.Collections.Generic::List<DHCPScopeExclusion^>
    CENTREL.XIA.Network.Management.DHCP.DHCPScopeExclusionsCENTREL.XIA.Network.Management.DHCP.DHCPScopeExclusionsCENTREL::XIA::Network::Management::DHCP::DHCPScopeExclusions

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public class DHCPScopeExclusionsList<DHCPScopeExclusion>

VB

Public Class DHCPScopeExclusions Inherits List(Of DHCPScopeExclusion)

C++

public ref class DHCPScopeExclusionspublic List<DHCPScopeExclusion^>

The DHCPScopeExclusionsDHCPScopeExclusionsDHCPScopeExclusions type exposes the following members.

Constructors

Name Description
DHCPScopeExclusions()New()DHCPScopeExclusions() Initializes a new instance of the DHCPScopeExclusionsDHCPScopeExclusionsDHCPScopeExclusions class.
Top

Properties

Name Description
CapacityCapacityCapacity Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
CountCountCount Gets the number of elements actually contained in the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
ItemItemItem Gets or sets the element at the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Top

Methods

Name Description
Add(DHCPScopeExclusion)Add(DHCPScopeExclusion)Add(DHCPScopeExclusion^) Adds an object to the end of the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
AddRange(IEnumerable<DHCPScopeExclusion>)AddRange(IEnumerable(Of DHCPScopeExclusion))AddRange(IEnumerable<DHCPScopeExclusion^>^) Adds the elements of the specified collection to the end of the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
AsReadOnly()AsReadOnly()AsReadOnly() Returns a read-only IList wrapper for the current collection. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
BinarySearch(DHCPScopeExclusion)BinarySearch(DHCPScopeExclusion)BinarySearch(DHCPScopeExclusion^) Searches the entire sorted List for an element using the default comparer and returns the zero-based index of the element. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
BinarySearch(DHCPScopeExclusion, IComparer<DHCPScopeExclusion>)BinarySearch(DHCPScopeExclusion, IComparer(Of DHCPScopeExclusion))BinarySearch(DHCPScopeExclusion^, IComparer<DHCPScopeExclusion^>^) Searches the entire sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
BinarySearch(int, int, DHCPScopeExclusion, IComparer<DHCPScopeExclusion>)BinarySearch(Integer, Integer, DHCPScopeExclusion, IComparer(Of DHCPScopeExclusion))BinarySearch(int, int, DHCPScopeExclusion^, IComparer<DHCPScopeExclusion^>^) Searches a range of elements in the sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Clear()Clear()Clear() Removes all elements from the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Contains(DHCPScopeExclusion)Contains(DHCPScopeExclusion)Contains(DHCPScopeExclusion^) Determines whether an element is in the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
ConvertAll<TOutput>(Converter<DHCPScopeExclusion, TOutput>)ConvertAll(Of TOutput)(Converter(Of DHCPScopeExclusion, TOutput))ConvertAll<TOutput>(Converter<DHCPScopeExclusion^, TOutput>^) Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
CopyTo(DHCPScopeExclusion[])CopyTo(DHCPScopeExclusion())CopyTo(array<DHCPScopeExclusion^>^) Copies the entire List to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
CopyTo(DHCPScopeExclusion[], int)CopyTo(DHCPScopeExclusion(), Integer)CopyTo(array<DHCPScopeExclusion^>^, int) Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
CopyTo(int, DHCPScopeExclusion[], int, int)CopyTo(Integer, DHCPScopeExclusion(), Integer, Integer)CopyTo(int, array<DHCPScopeExclusion^>^, int, int) Copies a range of elements from the List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Exists(Predicate<DHCPScopeExclusion>)Exists(Predicate(Of DHCPScopeExclusion))Exists(Predicate<DHCPScopeExclusion^>^) Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Finalize()Finalize()Finalize() Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from ObjectObjectObject.)
Find(Predicate<DHCPScopeExclusion>)Find(Predicate(Of DHCPScopeExclusion))Find(Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindAll(Predicate<DHCPScopeExclusion>)FindAll(Predicate(Of DHCPScopeExclusion))FindAll(Predicate<DHCPScopeExclusion^>^) Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindIndex(Predicate<DHCPScopeExclusion>)FindIndex(Predicate(Of DHCPScopeExclusion))FindIndex(Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindIndex(int, Predicate<DHCPScopeExclusion>)FindIndex(Integer, Predicate(Of DHCPScopeExclusion))FindIndex(int, Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List that extends from the specified index to the last element. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindIndex(int, int, Predicate<DHCPScopeExclusion>)FindIndex(Integer, Integer, Predicate(Of DHCPScopeExclusion))FindIndex(int, int, Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List that starts at the specified index and contains the specified number of elements. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindLast(Predicate<DHCPScopeExclusion>)FindLast(Predicate(Of DHCPScopeExclusion))FindLast(Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindLastIndex(Predicate<DHCPScopeExclusion>)FindLastIndex(Predicate(Of DHCPScopeExclusion))FindLastIndex(Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindLastIndex(int, Predicate<DHCPScopeExclusion>)FindLastIndex(Integer, Predicate(Of DHCPScopeExclusion))FindLastIndex(int, Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List that extends from the first element to the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
FindLastIndex(int, int, Predicate<DHCPScopeExclusion>)FindLastIndex(Integer, Integer, Predicate(Of DHCPScopeExclusion))FindLastIndex(int, int, Predicate<DHCPScopeExclusion^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List that contains the specified number of elements and ends at the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
ForEach(Action<DHCPScopeExclusion>)ForEach(Action(Of DHCPScopeExclusion))ForEach(Action<DHCPScopeExclusion^>^) Performs the specified action on each element of the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
GetEnumerator()GetEnumerator()GetEnumerator() Returns an enumerator that iterates through the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetRange(int, int)GetRange(Integer, Integer)GetRange(int, int) Creates a shallow copy of a range of elements in the source List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
IndexOf(DHCPScopeExclusion)IndexOf(DHCPScopeExclusion)IndexOf(DHCPScopeExclusion^) Searches for the specified object and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
IndexOf(DHCPScopeExclusion, int)IndexOf(DHCPScopeExclusion, Integer)IndexOf(DHCPScopeExclusion^, int) Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List that extends from the specified index to the last element. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
IndexOf(DHCPScopeExclusion, int, int)IndexOf(DHCPScopeExclusion, Integer, Integer)IndexOf(DHCPScopeExclusion^, int, int) Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List that starts at the specified index and contains the specified number of elements. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Insert(int, DHCPScopeExclusion)Insert(Integer, DHCPScopeExclusion)Insert(int, DHCPScopeExclusion^) Inserts an element into the List at the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
InsertRange(int, IEnumerable<DHCPScopeExclusion>)InsertRange(Integer, IEnumerable(Of DHCPScopeExclusion))InsertRange(int, IEnumerable<DHCPScopeExclusion^>^) Inserts the elements of a collection into the List at the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
LastIndexOf(DHCPScopeExclusion)LastIndexOf(DHCPScopeExclusion)LastIndexOf(DHCPScopeExclusion^) Searches for the specified object and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
LastIndexOf(DHCPScopeExclusion, int)LastIndexOf(DHCPScopeExclusion, Integer)LastIndexOf(DHCPScopeExclusion^, int) Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List that extends from the first element to the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
LastIndexOf(DHCPScopeExclusion, int, int)LastIndexOf(DHCPScopeExclusion, Integer, Integer)LastIndexOf(DHCPScopeExclusion^, int, int) Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List that contains the specified number of elements and ends at the specified index. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
Remove(DHCPScopeExclusion)Remove(DHCPScopeExclusion)Remove(DHCPScopeExclusion^) Removes the first occurrence of a specific object from the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
RemoveAll(Predicate<DHCPScopeExclusion>)RemoveAll(Predicate(Of DHCPScopeExclusion))RemoveAll(Predicate<DHCPScopeExclusion^>^) Removes the all the elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
RemoveAt(int)RemoveAt(Integer)RemoveAt(int) Removes the element at the specified index of the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
RemoveRange(int, int)RemoveRange(Integer, Integer)RemoveRange(int, int) Removes a range of elements from the List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Reverse()Reverse()Reverse() Reverses the order of the elements in the entire List. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Reverse(int, int)Reverse(Integer, Integer)Reverse(int, int) Reverses the order of the elements in the specified range. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Sort()Sort()Sort() Sorts the elements in the entire List using the default comparer. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Sort(Comparison<DHCPScopeExclusion>)Sort(Comparison(Of DHCPScopeExclusion))Sort(Comparison<DHCPScopeExclusion^>^) Sorts the elements in the entire List using the specified Comparison. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Sort(IComparer<DHCPScopeExclusion>)Sort(IComparer(Of DHCPScopeExclusion))Sort(IComparer<DHCPScopeExclusion^>^) Sorts the elements in the entire List using the specified comparer. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Sort(int, int, IComparer<DHCPScopeExclusion>)Sort(Integer, Integer, IComparer(Of DHCPScopeExclusion))Sort(int, int, IComparer<DHCPScopeExclusion^>^) Sorts the elements in a range of elements in List using the specified comparer. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
ToArray()ToArray()ToArray() Copies the elements of the List to a new array. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
ToString()ToString()ToString() Returns a String that represents the current Object. (Inherited from ObjectObjectObject.)
TrimExcess()TrimExcess()TrimExcess() Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
TrueForAll(Predicate<DHCPScopeExclusion>)TrueForAll(Predicate(Of DHCPScopeExclusion))TrueForAll(Predicate<DHCPScopeExclusion^>^) Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from List<DHCPScopeExclusion>List(Of DHCPScopeExclusion)List<DHCPScopeExclusion^>.)
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace