Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Events Namespace / IMonitor<T> Interface

In This Topic
    IMonitor<T> Interface Properties
    In This Topic

    For a list of all members of this type, see IMonitor<T> members.

    Public Properties
     NameDescription
     Property Gets the metadata of all the events that are currently being monitored.  
     PropertyGets a collection of all events that have occurred since the monitor was created or Clear was called.  
     PropertyGets the object that is being monitored or a null reference (Nothing in Visual Basic) if the object has been GCed.  
    Top
    See Also