Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IObjectInfo Interface
Properties

In This Topic
    IObjectInfo Interface Members
    In This Topic

    The following tables list the members exposed by IObjectInfo.

    Public Properties
     NameDescription
     PropertyGets the compile-time type of the current object. If the current object is not the root object and the type is not System.Object, then it returns the same System.Type as the RuntimeType property does.  
     Property Gets the type of the parent, e.g. the type that declares a property or field.  
     Property Gets the full path from the root object until the current node separated by dots.  
     Property Gets the run-time type of the current object.  
     Property Gets the type of the object  
    Top
    See Also