[This is preliminary documentation and is subject to change.]

Author: Đonny

Rapresent anything that can be indexed by anything

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public interface IIndexable<TItem, TIndex> : IReadOnlyIndexable<TItem, TIndex>
Visual Basic
Public Interface IIndexable(Of TItem, TIndex) _
	Inherits IReadOnlyIndexable(Of TItem, TIndex)
Visual C++
generic<typename TItem, typename TIndex>
public interface class IIndexable : IReadOnlyIndexable<TItem, TIndex>
F#
type IIndexable<'TItem, 'TIndex> =  
    interface
        interface IReadOnlyIndexable<'TItem, 'TIndex>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

TItem
Datatype of items
TIndex
Data type of indexes

See Also

Collapse/expand Version History

1.5.2