EventSortedSet Class

Class EventSortedSet.
public class EventSortedSet : IEnumerable
This language is not supported or no code example is available.
public ref class EventSortedSet  : public IEnumerable^
This language is not supported or no code example is available.
public class EventSortedSet 
implements IEnumerable
This language is not supported or no code example is available.
Name Description
Public constructor EventSortedSet() Initializes a new instance of the EventSortedSet class.
Top
Name Description
Public property Count Gets the count.
Public property Description Gets or sets the description.
Public property Item(int) Gets the Event at the specified index.
Public property Name Gets or sets the name.
Top
Methods
 
Name Description
Public method Add(Event) Adds the specified e.
Public method Clear()
Public method GetEnumerator() Returns an enumerator that iterates through a collection.
Top

In this article

Definition