Code sample to show use of the typeof operator and Type.GetType() method in C#. In C#, types are inherited from the System.Type. The C# typeof operator get the System.Type of a type. This code sample shows the use case of typeof operator using C#.
source https://www.c-sharpcorner.com/article/use-of-the-typeof-operator-in-c-sharp/
No comments:
Post a Comment