コード例 #1
0
 public virtual void AddBaseType(string key, string type)
 {
     BaseTypes.SafeAdd <string, string>(key, type);
 }