Interface IIdentifiedNode
Represents a node that is tagged with an identification number.
public interface IIdentifiedNode : INode
- Inherited Members
Properties
Id
Gets the unique identifier of the node.
long Id { get; }
Represents a node that is tagged with an identification number.
public interface IIdentifiedNode : INode
Gets the unique identifier of the node.
long Id { get; }