Interface ITagged<TTag>
- Namespace
- Italbytz.Graph.Abstractions
- Assembly
- Italbytz.Graph.Abstractions.dll
Represents an object that is able to be tagged.
public interface ITagged<TTag>
Type Parameters
TTagTag type.
Properties
Tag
Gets or sets the tag.
TTag Tag { get; set; }
Property Value
- TTag