[This is preliminary documentation and is subject to change.]
Author:
Đonny
Rapresent anything that can be indexed by anything for readonly access
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public interface IReadOnlyIndexable<TItem, TIndex>
|
| Visual Basic |
|---|
Public Interface IReadOnlyIndexable(Of TItem, TIndex) |
| Visual C++ |
|---|
generic<typename TItem, typename TIndex>
public interface class IReadOnlyIndexable |
| F# |
|---|
type IReadOnlyIndexable<'TItem, 'TIndex> = interface end |
| JScript |
|---|
JScript does not support generic types or methods. |
Type Parameters
- TItem
- Datatype of items
- TIndex
- Data type of indexes
See Also
Version History