Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IObjectInfo Interface / CompileTimeType Property
In This Topic
    CompileTimeType Property (IObjectInfo)
    In This Topic
    Gets 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.
    Syntax
    Type CompileTimeType {get;}
    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