DotNetDupe
4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Toggle main menu visibility
Loading...
Searching...
No Matches
EventArgs.cpp
Go to the documentation of this file.
1
#include "
pch.h
"
2
#include "
System/EventArgs.h
"
3
4
namespace
DotNetDupe
{
5
namespace
System
{
6
7
EventArgs::EventArgs
() {
9
}
10
11
const
EventArgs
&
EventArgs::Empty
() {
13
static
const
EventArgs
s_emptyArgs;
14
return
s_emptyArgs;
15
}
16
17
}
18
}
EventArgs.h
Represents the base class for classes that contain event data.
DotNetDupe::System::EventArgs::EventArgs
EventArgs()
Initializes a new instance of the EventArgs class.
Definition
EventArgs.cpp:7
DotNetDupe::System::EventArgs::Empty
static const EventArgs & Empty()
Provides a value to use with events that do not have event data.
Definition
EventArgs.cpp:11
DotNetDupe::System
Definition
Action.h:11
DotNetDupe
Definition
IServiceCollection.h:7
pch.h
DotNetDupe
EventArgs.cpp
Generated by
1.18.0