how to pass class type to method csharp

Code Example - how to pass class type to method csharp

                
                        void Function(Type type)
{
  
}