Answers for "how static constructor is called in c#"

C#
0

c# ensure static constructor is called

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

C# Answers by Framework

Browse Popular Code Answers by Language