Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Equivalency Namespace / IMemberInfo Interface

In This Topic
    IMemberInfo Interface Properties
    In This Topic

    For a list of all members of this type, see IMemberInfo members.

    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
    See Also