[Missing <summary> documentation for T:QS.CMS.Base3.IIndexedBy`1]
| C# | Visual Basic | Managed 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>^>
- K
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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 |