Fluent Assertions Documentation
FluentAssertions.Common Namespace / CSharpAccessModifier Enumeration
In This Topic
    CSharpAccessModifier Enumeration
    In This Topic
    Syntax
    public enum CSharpAccessModifier : System.Enum 
    Members
    MemberValueDescription
    Internal3 
    InvalidForCSharp5 
    Private1 
    PrivateProtected6 
    Protected2 
    ProtectedInternal4 
    Public0 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FluentAssertions.Common.CSharpAccessModifier

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also