IHeapKey, Valueinsert Method |
vlozeni prvku
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid insert(
Key k,
Value v
)
Sub insert (
k As Key,
v As Value
)
void insert(
Key k,
Value v
)
abstract insert :
k : 'Key *
v : 'Value -> unit
Parameters
- k
- Type: Key
[Missing <param name="k"/> documentation for "M:MAPFsimulator.IHeap`2.insert(`0,`1)"]
- v
- Type: Value
[Missing <param name="v"/> documentation for "M:MAPFsimulator.IHeap`2.insert(`0,`1)"]
See Also