コード例 #1
0
 public static string TypeName(this IPListElement element)
 {
     return(element.GetType().Name);
 }