Extracts the key from the specified element.

Namespace: SharpAssembler.Core.Symbols
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override string GetKeyForItem(
	Symbol item
)
Visual Basic
Protected Overrides Function GetKeyForItem ( _
	item As Symbol _
) As String
Visual C++
protected:
virtual String^ GetKeyForItem(
	Symbol^ item
) override

Parameters

item
Type: SharpAssembler.Core.Symbols..::..Symbol
The element from which to extract the key.

Return Value

The key for the specified element.

See Also