Exemplo n.º 1
0
 /// <summary>
 /// This will return whether or not this class implements the passed in class / interface
 /// </summary>
 /// <param name="type">The IInterface derived type</param>
 /// <returns></returns>
 public bool ImplementsInterface(Type type)
 {
     return(ImplementsInterface(UClass.GetInterfaceClass(type)));
 }