| SimpleTreeBaseTKey, TValueTryReplaceNode Method |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public bool TryReplaceNode(
TKey key,
TValue item
)
Public Function TryReplaceNode (
key As TKey,
item As TValue
) As Boolean
Parameters
- key
- Type: TKey
- item
- Type: TValue
Return Value
Type:
BooleanSee Also