TrackToolCollection Class

Collection of TrackToolItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class TrackToolCollection : List<TrackToolItem>
Inheritance
Object    ListTrackToolItem    TrackToolCollection

Constructors

TrackToolCollectionInitializes a new instance of the TrackToolCollection class

Properties

Capacity
(Inherited from ListTrackToolItem)
Count
(Inherited from ListTrackToolItem)
Item
(Inherited from ListTrackToolItem)

Methods

Add
(Inherited from ListTrackToolItem)
AddRange
(Inherited from ListTrackToolItem)
AsReadOnly
(Inherited from ListTrackToolItem)
BinarySearch(T)
(Inherited from ListTrackToolItem)
BinarySearch(T, IComparerT)
(Inherited from ListTrackToolItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListTrackToolItem)
Clear
(Inherited from ListTrackToolItem)
Contains
(Inherited from ListTrackToolItem)
ConvertAllTOutput
(Inherited from ListTrackToolItem)
CopyTo(T)
(Inherited from ListTrackToolItem)
CopyTo(T, Int32)
(Inherited from ListTrackToolItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListTrackToolItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListTrackToolItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListTrackToolItem)
FindAll
(Inherited from ListTrackToolItem)
FindIndex(PredicateT)
(Inherited from ListTrackToolItem)
FindIndex(Int32, PredicateT)
(Inherited from ListTrackToolItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListTrackToolItem)
FindLast
(Inherited from ListTrackToolItem)
FindLastIndex(PredicateT)
(Inherited from ListTrackToolItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListTrackToolItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListTrackToolItem)
ForEach
(Inherited from ListTrackToolItem)
GetEnumerator
(Inherited from ListTrackToolItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListTrackToolItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListTrackToolItem)
IndexOf(T, Int32)
(Inherited from ListTrackToolItem)
IndexOf(T, Int32, Int32)
(Inherited from ListTrackToolItem)
Initialize Configure all of the tools that will be needed on this job.
Insert
(Inherited from ListTrackToolItem)
InsertRange
(Inherited from ListTrackToolItem)
LastIndexOf(T)
(Inherited from ListTrackToolItem)
LastIndexOf(T, Int32)
(Inherited from ListTrackToolItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListTrackToolItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListTrackToolItem)
RemoveAll
(Inherited from ListTrackToolItem)
RemoveAt
(Inherited from ListTrackToolItem)
RemoveRange
(Inherited from ListTrackToolItem)
Reverse
(Inherited from ListTrackToolItem)
Reverse(Int32, Int32)
(Inherited from ListTrackToolItem)
SelectTool Select the tool appropriate for the current operation.
Sort
(Inherited from ListTrackToolItem)
Sort(ComparisonT)
(Inherited from ListTrackToolItem)
Sort(IComparerT)
(Inherited from ListTrackToolItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListTrackToolItem)
ToArray
(Inherited from ListTrackToolItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListTrackToolItem)
TrueForAll
(Inherited from ListTrackToolItem)

Explicit Interface Implementations

See Also