C# Class Microsoft.DocAsCode.YamlSerialization.Helpers.ReflectionUtility

Datei anzeigen Open project: dotnet/docfx

Public Methods

Method Description
GetImplementedGenericInterface ( Type type, Type genericInterfaceType ) : Type
GetImplementedInterfaces ( Type type ) : IEnumerable

Method Details

GetImplementedGenericInterface() public static method

public static GetImplementedGenericInterface ( Type type, Type genericInterfaceType ) : Type
type System.Type
genericInterfaceType System.Type
return System.Type

GetImplementedInterfaces() public static method

public static GetImplementedInterfaces ( Type type ) : IEnumerable
type System.Type
return IEnumerable