ITag<T> Interface

Summary

Interface describing a tag.
Assembly
Strinken.dll
Namespace
Strinken
Interfaces
graph TD Interface0["IToken"]-.->Type click Interface0 "/Strinken/api/Strinken/IToken" Type["ITag<T>"] class Type type-node

Syntax

public interface ITag<in T> : IToken

Type Parameters

Name Description
T The type related to the tag.

Methods

Name Value Summary
Resolve(T) string
Resolves the tag.