[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.GenericTAssembly: 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 |
|---|
|
Type Parameters
- TIndex
- Type of index