Circle collection. Elements will be circled clockwise.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class CircleCollection<T>
Public Class CircleCollection(Of T)
generic<typename T> public ref class CircleCollection
type CircleCollection<'T> = class end
Generic Template Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:LumiSoft.Net.CircleCollection`1"]
Members
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 try to free resources and perform other cleanup operations before it 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
CircleCollection<(Of <(<'T>)>)> |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119