Documentation for a minimal subset of the QSM API
IIndexedBy<(Of <K>)> Interface
Namespaces > QS.CMS.Base3 > IIndexedBy<(Of K>)

[Missing <summary> documentation for T:QS.CMS.Base3.IIndexedBy`1]

Syntax
C#Visual BasicManaged C++
public interface IIndexedBy<K> : IComparable, IComparable<K>, IComparable<IIndexedBy<K>> where K : Object, 
Public Interface IIndexedBy(Of K As {Object, }) _
	Implements IComparable, IComparable(Of K), IComparable(Of IIndexedBy(Of K))
generic<typename K>
where K : Object, 
public interface class IIndexedBy : IComparable, IComparable<K>, IComparable<IIndexedBy<K>^>
Type Parameters
K
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
CompareTo(Object)
Compares the current instance with another object of the same type.
(Inherited from IComparable.)
CompareTo(K)
Compares the current object with another object of the same type.
Compares the current object with another object of the same type.
(Inherited from IComparable<(Of K>).)
CompareTo(IIndexedBy<(Of K>)) (Inherited from IComparable<(Of IIndexedBy<(Of K>)>).)
Key

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0