Fluent Assertions Documentation
FluentAssertions.Types Namespace / AllTypes Class / From Method
The assembly from which to select the types.
In This Topic
    From Method
    In This Topic
    Returns a TypeSelector for selecting the types that are visible outside the specified assembly.
    Syntax
    public static TypeSelector From( 
       Assembly assembly
    )

    Parameters

    assembly
    The assembly from which to select the types.
    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