CapyKit/Documentation/Help/M_CapyKit_CapyEventReporter__cctor.md

29 lines
509 B
Markdown
Raw Normal View History

2024-04-21 03:30:36 -05:00
# CapyEventReporter Constructor
Initializes the static fields of the <a href="T_CapyKit_CapyEventReporter.md">CapyEventReporter</a> class
## Definition
**Namespace:** <a href="N_CapyKit.md">CapyKit</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
2024-04-21 03:30:36 -05:00
**C#**
``` C#
static CapyEventReporter()
```
**F#**
``` F#
new : unit -> CapyEventReporter
```
## See Also
#### Reference
<a href="T_CapyKit_CapyEventReporter.md">CapyEventReporter Class</a>
<a href="N_CapyKit.md">CapyKit Namespace</a>