Defines behavior of the static constructor.
Definition
Fields
Defines that is static constructor is mocked.
C#
Mocked = 1
Runs the original static constructor.
C#
NonMocked = 0
Defines behavior of the static constructor.
Defines that is static constructor is mocked.
Mocked = 1
Runs the original static constructor.
NonMocked = 0