[Extension()] public static bool WhichSetterDoesNotHave( IMemberInfo memberInfo, CSharpAccessModifier accessModifier )
Parameters
- memberInfo
- The subject info being checked.
- accessModifier
- The access modifier that the subject info setter should not have.
Return Value
True if the subject info setter does not have the given access modifier, false otherwise.