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

Author: Đonny

Represents anythign that can be indexed by Int32 for readonly acces

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

Syntax

C#
public interface IReadOnlyIndexableWithRange<TItem, TIndex> : IReadOnlyIndexable<TItem, TIndex>, 
	IEnumerable<T>
Visual Basic
Public Interface IReadOnlyIndexableWithRange(Of TItem, TIndex) _
	Inherits IReadOnlyIndexable(Of TItem, TIndex), IEnumerable(Of T)
Visual C++
generic<typename TItem, typename TIndex>
public interface class IReadOnlyIndexableWithRange : IReadOnlyIndexable<TItem, TIndex>, 
	IEnumerable<T>
F#
type IReadOnlyIndexableWithRange<'TItem, 'TIndex> =  
    interface
        interface IReadOnlyIndexable<'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.IReadOnlyIndexableWithRange`2"]

See Also

Collapse/expand Version History

1.5.2