Exemplo n.º 1
0
 /// <summary>
 /// Resolves a tag from a type
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns>The associated tag</returns>
 public string TagFromType(Type type)
 {
     return(tagTypeRegistry.TagFromType(type));
 }