The C# GetType() method is used to get type of current object . It returns the instance of Type class which is used for reflection.
The C# GetType() method is used to get type of current object . It returns the instance of Type class which is used for reflection.