Represents a list of DHCP Subnets

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  System.Collections.Generic.List<DHCPScopeV6>System.Collections.Generic.List(Of DHCPScopeV6)System.Collections.Generic::List<DHCPScopeV6^>
    CENTREL.XIA.Network.Management.DHCP.DHCPScopesV6CENTREL.XIA.Network.Management.DHCP.DHCPScopesV6CENTREL::XIA::Network::Management::DHCP::DHCPScopesV6

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 DHCPScopesV6List<DHCPScopeV6>

VB

Public Class DHCPScopesV6 Inherits List(Of DHCPScopeV6)

C++

public ref class DHCPScopesV6public List<DHCPScopeV6^>

The DHCPScopesV6DHCPScopesV6DHCPScopesV6 type exposes the following members.

Constructors

Name Description
DHCPScopesV6()New()DHCPScopesV6() Initializes a new instance of the DHCPScopesV6DHCPScopesV6DHCPScopesV6 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
CountCountCount Gets the number of elements actually contained in the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
ItemItemItem Gets or sets the element at the specified index. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Top

Methods

Name Description
Add(DHCPScopeV6)Add(DHCPScopeV6)Add(DHCPScopeV6^) Adds an object to the end of the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
AddRange(IEnumerable<DHCPScopeV6>)AddRange(IEnumerable(Of DHCPScopeV6))AddRange(IEnumerable<DHCPScopeV6^>^) Adds the elements of the specified collection to the end of the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
AsReadOnly()AsReadOnly()AsReadOnly() Returns a read-only IList wrapper for the current collection. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
BinarySearch(DHCPScopeV6)BinarySearch(DHCPScopeV6)BinarySearch(DHCPScopeV6^) Searches the entire sorted List for an element using the default comparer and returns the zero-based index of the element. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
BinarySearch(DHCPScopeV6, IComparer<DHCPScopeV6>)BinarySearch(DHCPScopeV6, IComparer(Of DHCPScopeV6))BinarySearch(DHCPScopeV6^, IComparer<DHCPScopeV6^>^) Searches the entire sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
BinarySearch(int, int, DHCPScopeV6, IComparer<DHCPScopeV6>)BinarySearch(Integer, Integer, DHCPScopeV6, IComparer(Of DHCPScopeV6))BinarySearch(int, int, DHCPScopeV6^, IComparer<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Clear()Clear()Clear() Removes all elements from the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Contains(DHCPScopeV6)Contains(DHCPScopeV6)Contains(DHCPScopeV6^) Determines whether an element is in the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
ConvertAll<TOutput>(Converter<DHCPScopeV6, TOutput>)ConvertAll(Of TOutput)(Converter(Of DHCPScopeV6, TOutput))ConvertAll<TOutput>(Converter<DHCPScopeV6^, TOutput>^) Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
CopyTo(DHCPScopeV6[])CopyTo(DHCPScopeV6())CopyTo(array<DHCPScopeV6^>^) Copies the entire List to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
CopyTo(DHCPScopeV6[], int)CopyTo(DHCPScopeV6(), Integer)CopyTo(array<DHCPScopeV6^>^, int) Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
CopyTo(int, DHCPScopeV6[], int, int)CopyTo(Integer, DHCPScopeV6(), Integer, Integer)CopyTo(int, array<DHCPScopeV6^>^, 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Exists(Predicate<DHCPScopeV6>)Exists(Predicate(Of DHCPScopeV6))Exists(Predicate<DHCPScopeV6^>^) Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
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<DHCPScopeV6>)Find(Predicate(Of DHCPScopeV6))Find(Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindAll(Predicate<DHCPScopeV6>)FindAll(Predicate(Of DHCPScopeV6))FindAll(Predicate<DHCPScopeV6^>^) Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindIndex(Predicate<DHCPScopeV6>)FindIndex(Predicate(Of DHCPScopeV6))FindIndex(Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindIndex(int, Predicate<DHCPScopeV6>)FindIndex(Integer, Predicate(Of DHCPScopeV6))FindIndex(int, Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindIndex(int, int, Predicate<DHCPScopeV6>)FindIndex(Integer, Integer, Predicate(Of DHCPScopeV6))FindIndex(int, int, Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindLast(Predicate<DHCPScopeV6>)FindLast(Predicate(Of DHCPScopeV6))FindLast(Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindLastIndex(Predicate<DHCPScopeV6>)FindLastIndex(Predicate(Of DHCPScopeV6))FindLastIndex(Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindLastIndex(int, Predicate<DHCPScopeV6>)FindLastIndex(Integer, Predicate(Of DHCPScopeV6))FindLastIndex(int, Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
FindLastIndex(int, int, Predicate<DHCPScopeV6>)FindLastIndex(Integer, Integer, Predicate(Of DHCPScopeV6))FindLastIndex(int, int, Predicate<DHCPScopeV6^>^) 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
ForEach(Action<DHCPScopeV6>)ForEach(Action(Of DHCPScopeV6))ForEach(Action<DHCPScopeV6^>^) Performs the specified action on each element of the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
GetEnumerator()GetEnumerator()GetEnumerator() Returns an enumerator that iterates through the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
IndexOf(DHCPScopeV6)IndexOf(DHCPScopeV6)IndexOf(DHCPScopeV6^) Searches for the specified object and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
IndexOf(DHCPScopeV6, int)IndexOf(DHCPScopeV6, Integer)IndexOf(DHCPScopeV6^, 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
IndexOf(DHCPScopeV6, int, int)IndexOf(DHCPScopeV6, Integer, Integer)IndexOf(DHCPScopeV6^, 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Insert(int, DHCPScopeV6)Insert(Integer, DHCPScopeV6)Insert(int, DHCPScopeV6^) Inserts an element into the List at the specified index. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
InsertRange(int, IEnumerable<DHCPScopeV6>)InsertRange(Integer, IEnumerable(Of DHCPScopeV6))InsertRange(int, IEnumerable<DHCPScopeV6^>^) Inserts the elements of a collection into the List at the specified index. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
LastIndexOf(DHCPScopeV6)LastIndexOf(DHCPScopeV6)LastIndexOf(DHCPScopeV6^) Searches for the specified object and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
LastIndexOf(DHCPScopeV6, int)LastIndexOf(DHCPScopeV6, Integer)LastIndexOf(DHCPScopeV6^, 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
LastIndexOf(DHCPScopeV6, int, int)LastIndexOf(DHCPScopeV6, Integer, Integer)LastIndexOf(DHCPScopeV6^, 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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
Remove(DHCPScopeV6)Remove(DHCPScopeV6)Remove(DHCPScopeV6^) Removes the first occurrence of a specific object from the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
RemoveAll(Predicate<DHCPScopeV6>)RemoveAll(Predicate(Of DHCPScopeV6))RemoveAll(Predicate<DHCPScopeV6^>^) Removes the all the elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
RemoveAt(int)RemoveAt(Integer)RemoveAt(int) Removes the element at the specified index of the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
RemoveRange(int, int)RemoveRange(Integer, Integer)RemoveRange(int, int) Removes a range of elements from the List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Reverse()Reverse()Reverse() Reverses the order of the elements in the entire List. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Reverse(int, int)Reverse(Integer, Integer)Reverse(int, int) Reverses the order of the elements in the specified range. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Sort()Sort()Sort() Sorts the elements in the entire List using the default comparer. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Sort(Comparison<DHCPScopeV6>)Sort(Comparison(Of DHCPScopeV6))Sort(Comparison<DHCPScopeV6^>^) Sorts the elements in the entire List using the specified Comparison. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Sort(IComparer<DHCPScopeV6>)Sort(IComparer(Of DHCPScopeV6))Sort(IComparer<DHCPScopeV6^>^) Sorts the elements in the entire List using the specified comparer. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Sort(int, int, IComparer<DHCPScopeV6>)Sort(Integer, Integer, IComparer(Of DHCPScopeV6))Sort(int, int, IComparer<DHCPScopeV6^>^) Sorts the elements in a range of elements in List using the specified comparer. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
ToArray()ToArray()ToArray() Copies the elements of the List to a new array. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
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<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
TrueForAll(Predicate<DHCPScopeV6>)TrueForAll(Predicate(Of DHCPScopeV6))TrueForAll(Predicate<DHCPScopeV6^>^) Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from List<DHCPScopeV6>List(Of DHCPScopeV6)List<DHCPScopeV6^>.)
Top

See Also

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