Esempio n. 1
0
 static public int GetTypeDistance(this ForTypeAttribute item, Type type)
 {
     return(item.GetTargetType().GetTypeDistance(type));
 }