Beispiel #1
0
 public static bool IsDescriptionDefined(ParameterInfo parameter, ReflectionOptions refOptions = ReflectionOptions.Default) =>
 TypeReflections.IsDescriptionDefined(parameter, refOptions);
 public static bool IsDescriptionDefined(this MemberInfo member, ReflectionOptions options = ReflectionOptions.Default)
 {
     return(TypeReflections.IsDescriptionDefined(member, options));
 }
Beispiel #3
0
 public static bool IsDescriptionDefined(MemberInfo member, ReflectionOptions refOptions = ReflectionOptions.Default) =>
 TypeReflections.IsDescriptionDefined(member, refOptions);