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