Circle collection. Elements will be circled clockwise.
| C# | Visual Basic | Visual C++ |
public class CircleCollection<T>
Public Class CircleCollection(Of T)
generic<typename T> public ref class CircleCollection
- T
[Missing <typeparam name="T"/> documentation for "T:LumiSoft.Net.CircleCollection`1"]
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CircleCollection<(Of <(T>)>)()()() |
Default constructor.
| |
| Add(array<T>[]()[]) |
Adds specified items to the collection.
| |
| Add(T) |
Adds specified item to the collection.
| |
| Clear()()() |
Clears all items from collection.
| |
| Contains(T) |
Gets if the collection contain the specified item.
| |
| Count |
Gets number of items in the collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([(Int32])]) |
Gets item at the specified index.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Next()()() |
Gets next item from the collection. This method is thread-safe.
| |
| Remove(T) |
Removes specified item from the collection.
| |
| ToArray()()() |
Copies all elements to new array, all elements will be in order they added. This method is thread-safe.
| |
| ToCurrentOrderArray()()() |
Copies all elements to new array, all elements will be in current circle order. This method is thread-safe.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| CircleCollection<(Of <(T>)>) | |