Click or drag to resize
XDataLayoutMapGetKeyForItem Method
Gets key from the specified element.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override long GetKeyForItem(
	XDataLayout item
)

Parameters

item
Type: Biolomics.BioCallbackXDataLayout
The element from which to extract the key.

Return Value

Type: Int64
The key for the specified element.
See Also