Method | Description | |
---|---|---|
IgnoredByAttribute ( |
Check if any type has attributes that should be bypassed
|
|
ShouldExcludeClassType ( |
Check if the class type should be excluded based on the configuration
|
|
ShouldExcludeMember ( |
Returns true if the property or field should be excluded
|
public static IgnoredByAttribute ( |
||
config | ||
info | ||
return | bool |
public static ShouldExcludeClassType ( |
||
config | ||
t1 | ||
t2 | ||
return | bool |
public static ShouldExcludeMember ( |
||
config | ||
info | ||
return | bool |