System.Reflection.TypeExtensions.GetInterfaces C# (CSharp) Method

GetInterfaces() public static method

public static GetInterfaces ( this type ) : System.Type[]
type this
return 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; }