UserToolCollection Class

Collection of UserToolItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class UserToolCollection : List<UserToolItem>
Inheritance
Object    ListUserToolItem    UserToolCollection

Constructors

UserToolCollectionInitializes a new instance of the UserToolCollection class

Properties

Capacity
(Inherited from ListUserToolItem)
Count
(Inherited from ListUserToolItem)
Item
(Inherited from ListUserToolItem)

Methods

Add
(Inherited from ListUserToolItem)
AddRange
(Inherited from ListUserToolItem)
AsReadOnly
(Inherited from ListUserToolItem)
BinarySearch(T)
(Inherited from ListUserToolItem)
BinarySearch(T, IComparerT)
(Inherited from ListUserToolItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListUserToolItem)
Clear
(Inherited from ListUserToolItem)
Clone Return a deep clone of all of the items in the caller's collection.
Contains
(Inherited from ListUserToolItem)
ConvertAllTOutput
(Inherited from ListUserToolItem)
CopyTo(T)
(Inherited from ListUserToolItem)
CopyTo(T, Int32)
(Inherited from ListUserToolItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListUserToolItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListUserToolItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListUserToolItem)
FindAll
(Inherited from ListUserToolItem)
FindIndex(PredicateT)
(Inherited from ListUserToolItem)
FindIndex(Int32, PredicateT)
(Inherited from ListUserToolItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListUserToolItem)
FindLast
(Inherited from ListUserToolItem)
FindLastIndex(PredicateT)
(Inherited from ListUserToolItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListUserToolItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListUserToolItem)
ForEach
(Inherited from ListUserToolItem)
GetEnumerator
(Inherited from ListUserToolItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListUserToolItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListUserToolItem)
IndexOf(T, Int32)
(Inherited from ListUserToolItem)
IndexOf(T, Int32, Int32)
(Inherited from ListUserToolItem)
Insert
(Inherited from ListUserToolItem)
InsertRange
(Inherited from ListUserToolItem)
LastIndexOf(T)
(Inherited from ListUserToolItem)
LastIndexOf(T, Int32)
(Inherited from ListUserToolItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListUserToolItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListUserToolItem)
RemoveAll
(Inherited from ListUserToolItem)
RemoveAt
(Inherited from ListUserToolItem)
RemoveRange
(Inherited from ListUserToolItem)
Reverse
(Inherited from ListUserToolItem)
Reverse(Int32, Int32)
(Inherited from ListUserToolItem)
Sort
(Inherited from ListUserToolItem)
Sort(ComparisonT)
(Inherited from ListUserToolItem)
Sort(IComparerT)
(Inherited from ListUserToolItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListUserToolItem)
ToArray
(Inherited from ListUserToolItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListUserToolItem)
TrueForAll
(Inherited from ListUserToolItem)

Explicit Interface Implementations

See Also