Visual Basic (Declaration) | |
---|---|
Public Overloads Function TryUpdate( _ ByVal key As TKey, _ ByVal fnUpdate As CSharpTest.Net.Collections.KeyValueUpdate(Of TKey,TValue) _ ) As Boolean |
C# | |
---|---|
public bool TryUpdate( TKey key, CSharpTest.Net.Collections.KeyValueUpdate<TKey,TValue> fnUpdate ) |
Parameters
- key
- fnUpdate
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
BPlusTree<TKey,TValue> ClassBPlusTree<TKey,TValue> Members
Overload List
KeyValueUpdate