[This is preliminary documentation and is subject to change.]
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public interface ISearchable<TItem, TIndex> : IReadOnlySearchable<TItem, TIndex>, IIndexable<TItem, TIndex> |
| Visual Basic |
|---|
Public Interface ISearchable(Of TItem, TIndex) _ Inherits IReadOnlySearchable(Of TItem, TIndex), IIndexable(Of TItem, TIndex) |
| Visual C++ |
|---|
generic<typename TItem, typename TIndex> public interface class ISearchable : IReadOnlySearchable<TItem, TIndex>, IIndexable<TItem, TIndex> |
| F# |
|---|
type ISearchable<'TItem, 'TIndex> = interface interface IReadOnlySearchable<'TItem, 'TIndex> interface IIndexable<'TItem, 'TIndex> end |
| JScript |
|---|
|
Type Parameters
- TItem
- Type of index
- TIndex
- Type of items in collection