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

Interface of something from which can be removed somethign at specified position (with specified key)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public interface IRemovable<TIndex>
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Interface IRemovable(Of TIndex)
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
generic<typename TIndex>
public interface class IRemovable
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
type IRemovable<'TIndex> =  interface end
JScript
JScript does not support generic types or methods.

Type Parameters

TIndex
Type of index

See Also