示例#1
0
 public static string GetName(this ITypeLib typeLib)
 {
     return(typeLib.GetMemberName(-1));
 }