예제 #1
0
 public static bool IsTypeDerivedFrom <TSource, TParent>(TypeDerivedOptions derivedOptions = TypeDerivedOptions.Default) =>
 TypeReflections.IsTypeDerivedFrom <TSource, TParent>(derivedOptions);
예제 #2
0
 public static bool IsTypeDerivedFrom(Type sourceType, Type parentType, TypeDerivedOptions derivedOptions = TypeDerivedOptions.Default) =>
 TypeReflections.IsTypeDerivedFrom(sourceType, parentType, derivedOptions);