Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IMemberInfo Interface
Properties

In This Topic
    IMemberInfo Interface Members
    In This Topic

    The following tables list the members exposed by IMemberInfo.

    Public Properties
     NameDescription
     Property Gets the type that declares the current member.  
     Property Gets the access modifier for the getter of this member.  
     Property Gets the name of the current member.  
     Property Gets the full path from the root object until and including the current node separated by dots.  
     Property Gets the access modifier for the setter of this member.  
     Property Gets the type of this member.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Checks if the subject info getter does not have the given access modifier.
    Public Extension Method Checks if the subject info getter has the given access modifier.
    Public Extension Method Checks if the subject info setter does not have the given access modifier.
    Public Extension Method Checks if the subject info setter has the given access modifier.
    Top
    See Also