Interface ICompositeReporter<TReporterType, TReportedObject>
public interface ICompositeReporter<TReporterType, TReportedObject> : IReporter where TReporterType : IReporter<TReportedObject>
Type Parameters
TReporterType
TReportedObject
- Inherited Members
- Extension Methods
Methods
RegisterReporter(TReporterType)
void RegisterReporter(TReporterType reporter)
Parameters
reporter
TReporterType
UnregisterReporter(TReporterType)
void UnregisterReporter(TReporterType reporter)
Parameters
reporter
TReporterType