TNode
CSharpTest.Net
Update<TNode> Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > INodeStorage Interface : Update<TNode> Method

handle
serializer
node

Glossary Item Box

Updates the node of the specified handle with the instance given

Syntax

Visual Basic (Declaration) 
Sub Update(Of TNode)( _
   ByVal handle As IStorageHandle, _
   ByVal serializer As ISerializer(Of TNode), _
   ByVal node As TNode _
) 
C# 
void Update<TNode>( 
   IStorageHandle handle,
   ISerializer<TNode> serializer,
   TNode node
)

Parameters

handle
serializer
node

Type Parameters

TNode

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys