Beispiel #1
0
 public virtual string GetString <Key>()
     where Key : TypesafeMap.IKey <string>
 {
     System.Type key = typeof(KEY);
     return(label.GetString(key));
 }