Click or drag to resize

OptionValueCollection Class

Inheritance Hierarchy
SystemObject
  NDesk.OptionsOptionValueCollection

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class OptionValueCollection : IList<string>, 
	IList, ICollection<string>, ICollection, IEnumerable<string>, 
	IEnumerable

The OptionValueCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Public methodRemoveAt
Public methodToArray
Public methodToList
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodForEachString (Defined by Extensions.)
Public Extension MethodMinByOrDefaultString, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphString, TEdge(FuncString, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphString, TEdge(FuncString, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphString, TEdge(FuncString, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphString, TEdge(FuncString, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphString, TEdge(FuncString, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphString, TEdge(TryFuncString, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphString, TEdge(FuncString, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphString, TEdge(TryFuncString, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Top
See Also