ComponentOne FinancialChart for WPF
IOrderedSet<T> Interface
Members 



C1.WPF Namespace : IOrderedSet<T> Interface
The type of the elements in the collection.
Defines methods to manipulate ordered sets.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Interface IOrderedSet(Of T) 
'Usage
 
Dim instance As IOrderedSet(Of T)
[DefaultMember("Item")]
public interface IOrderedSet<T> 
[DefaultMember("Item")]
generic<typename T>
public interface class IOrderedSet 
Type Parameters
T
The type of the elements in the collection.
See Also

Reference

IOrderedSet<T> Members
C1.WPF Namespace