|
ReadOnlyKeyedCollectionTKey, TValueInsert Method
|
This method is not supported, as this is a read-only collection.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public void Insert(
int index,
TValue item
)
Public Sub Insert (
index As Integer,
item As TValue
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
- item
- Type: TValue
Exceptions Exception | Condition |
---|
NotSupportedException | This collection is read-only |
See Also