Represets a list of DHCP superscopes

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  System.Collections.Generic.List<DHCPSuperScope>System.Collections.Generic.List(Of DHCPSuperScope)System.Collections.Generic::List<DHCPSuperScope^>
    CENTREL.XIA.Network.Management.DHCP.DHCPSuperScopesCENTREL.XIA.Network.Management.DHCP.DHCPSuperScopesCENTREL::XIA::Network::Management::DHCP::DHCPSuperScopes

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 DHCPSuperScopesList<DHCPSuperScope>

VB

Public Class DHCPSuperScopes Inherits List(Of DHCPSuperScope)

C++

public ref class DHCPSuperScopespublic List<DHCPSuperScope^>

The DHCPSuperScopesDHCPSuperScopesDHCPSuperScopes type exposes the following members.

Constructors

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

Methods

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

See Also

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