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

Author: Đonny

Represents anythign that can be indexed by Int64

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

Syntax

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

Type Parameters

TItem
Data type of items
TIndex

[Missing <typeparam name="TIndex"/> documentation for "T:Tools.CollectionsT.GenericT.IIndexableWithRange`2"]

See Also

Collapse/expand Version History

1.5.2