MinMaxCollection Class

Collection of MinMaxItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class MinMaxCollection : List<MinMaxItem>
Inheritance
Object    ListMinMaxItem    MinMaxCollection

Constructors

MinMaxCollectionInitializes a new instance of the MinMaxCollection class

Properties

Capacity
(Inherited from ListMinMaxItem)
Count
(Inherited from ListMinMaxItem)
Item
(Inherited from ListMinMaxItem)

Methods

Add
(Inherited from ListMinMaxItem)
AddRange
(Inherited from ListMinMaxItem)
AsReadOnly
(Inherited from ListMinMaxItem)
BinarySearch(T)
(Inherited from ListMinMaxItem)
BinarySearch(T, IComparerT)
(Inherited from ListMinMaxItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListMinMaxItem)
Clear
(Inherited from ListMinMaxItem)
Contains
(Inherited from ListMinMaxItem)
ConvertAllTOutput
(Inherited from ListMinMaxItem)
CopyTo(T)
(Inherited from ListMinMaxItem)
CopyTo(T, Int32)
(Inherited from ListMinMaxItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListMinMaxItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListMinMaxItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListMinMaxItem)
FindAll
(Inherited from ListMinMaxItem)
FindIndex(PredicateT)
(Inherited from ListMinMaxItem)
FindIndex(Int32, PredicateT)
(Inherited from ListMinMaxItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListMinMaxItem)
FindLast
(Inherited from ListMinMaxItem)
FindLastIndex(PredicateT)
(Inherited from ListMinMaxItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListMinMaxItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListMinMaxItem)
ForEach
(Inherited from ListMinMaxItem)
GetEnumerator
(Inherited from ListMinMaxItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListMinMaxItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListMinMaxItem)
IndexOf(T, Int32)
(Inherited from ListMinMaxItem)
IndexOf(T, Int32, Int32)
(Inherited from ListMinMaxItem)
Insert
(Inherited from ListMinMaxItem)
InsertRange
(Inherited from ListMinMaxItem)
LastIndexOf(T)
(Inherited from ListMinMaxItem)
LastIndexOf(T, Int32)
(Inherited from ListMinMaxItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListMinMaxItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListMinMaxItem)
RemoveAll
(Inherited from ListMinMaxItem)
RemoveAt
(Inherited from ListMinMaxItem)
RemoveRange
(Inherited from ListMinMaxItem)
Reverse
(Inherited from ListMinMaxItem)
Reverse(Int32, Int32)
(Inherited from ListMinMaxItem)
Sort
(Inherited from ListMinMaxItem)
Sort(ComparisonT)
(Inherited from ListMinMaxItem)
Sort(IComparerT)
(Inherited from ListMinMaxItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListMinMaxItem)
ToArray
(Inherited from ListMinMaxItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListMinMaxItem)
TrueForAll
(Inherited from ListMinMaxItem)

Explicit Interface Implementations

See Also