An interface for classes which provide an identifier.

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

Syntax

C#
public interface IIdentifiable : IAssociatable
Visual Basic
Public Interface IIdentifiable _
	Inherits IAssociatable
Visual C++
public interface class IIdentifiable : IAssociatable

See Also