C# Tutorial Interface
Interface
- Check if a Type is an interface in CSharp
- Get all the interfaces implemented or inherited by the current Type in CSharp
- Get the interface with the specified name in CSharp
- Search interface, specifying whether to do a case-insensitive search for the interface name in CSharp