System.Reflection.TypeExtensions.GetInterfaces C# (CSharp) 메소드

GetInterfaces() 공개 정적인 메소드

public static GetInterfaces ( this type ) : System.Type[]
type this
리턴 System.Type[]
        public static System.Type[] GetInterfaces(this System.Type type) { throw null; }
        public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name) { throw null; }