Answers for "c# use string as type"

C#
0

c# type from string

Type type = Type.GetType("Namespace.MyClass, MyAssembly");
Posted by: Guest on September-30-2021

C# Answers by Framework

Browse Popular Code Answers by Language