Answers for "c# ensure static constructor is called"

C#
0

c# ensure static constructor is called

RuntimeHelpers.RunClassConstructor(typeof(YourType).TypeHandle);
Posted by: Guest on July-14-2021

Code answers related to "c# ensure static constructor is called"

C# Answers by Framework

Browse Popular Code Answers by Language