예제 #1
0
 public static bool IsDynamic(this Type type)
 => ReflectionHelper.IsDynamic(type);
예제 #2
0
 public static bool IsDynamic(this object obj)
 => ReflectionHelper.IsDynamic(obj);