It’s a Generic Method, Create is declared with type parameters, and check this links for more information:
- An Introduction to C# Generics
- Generics (C# Programming Guide)
- Generic Methods
It’s a Generic Method, Create is declared with type parameters, and check this links for more information: