Interface IHasTag
Classes implementing this interface may have a tag.
Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public interface IHasTag
Properties
Tag
User defined custom tag.
Declaration
object Tag { get; }
Property Value
Type | Description |
---|---|
System.Object |