EnumerationValueInfoCollection Methods

Microsoft Robotics Class Reference

The EnumerationValueInfoCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds an object to the end of the List< (Of < ( <'T> ) > ) >.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method AddRange
Adds the elements of the specified collection to the end of the List< (Of < ( <'T> ) > ) >.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method AsReadOnly
Returns a read-only IList< (Of < ( <'T> ) > ) > wrapper for the current collection.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method BinarySearch(T)
Searches the entire sorted List< (Of < ( <'T> ) > ) > for an element using the default comparer and returns the zero-based index of the element.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method BinarySearch(T, IComparer< (Of < <' (T> ) > > ))
Searches the entire sorted List< (Of < ( <'T> ) > ) > for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method BinarySearch(Int32, Int32, T, IComparer< (Of < <' (T> ) > > ))
Searches a range of elements in the sorted List< (Of < ( <'T> ) > ) > for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method Clear
Removes all elements from the List< (Of < ( <'T> ) > ) >.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method Contains
Determines whether an element is in the List< (Of < ( <'T> ) > ) >.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method ConvertAll< (Of < <' (TOutput> ) > > )
Converts the elements in the current List< (Of < ( <'T> ) > ) > to another type, and returns a list containing the converted elements.
(Inherited from List< (Of < ( <'EnumerationValueInfo> ) > ) >.)
Public method CopyTo(array

See Also

EnumerationValueInfoCollection Class

Microsoft.Dss.Core.ContractModel Namespace