C# Class Raven.Storage.Managed.Data.StreamPosition

Show file Open project: markrendle/ravendb Class Usage Examples

Public Properties

Property Type Description
Node TreeNode
Position long?

Public Methods

Method Description
StreamPosition ( TreeNode node )
StreamPosition ( long position, TreeNode node )

Method Details

StreamPosition() public method

public StreamPosition ( TreeNode node )
node TreeNode

StreamPosition() public method

public StreamPosition ( long position, TreeNode node )
position long
node TreeNode

Property Details

Node public property

public TreeNode Node
return TreeNode

Position public property

public long? Position
return long?