C# 클래스 Microsoft.DocAsCode.YamlSerialization.Helpers.ReflectionUtility

파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
GetImplementedGenericInterface ( Type type, Type genericInterfaceType ) : Type
GetImplementedInterfaces ( Type type ) : IEnumerable

메소드 상세

GetImplementedGenericInterface() 공개 정적인 메소드

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

GetImplementedInterfaces() 공개 정적인 메소드

public static GetImplementedInterfaces ( Type type ) : IEnumerable
type System.Type
리턴 IEnumerable