[Extension()] public static IEnumerable<IType> ThatImplementAll( IEnumerable<IType> types, IEnumerable<IType> interfaces )
Parameters
- types
- This sequence of types.
- interfaces
- The sequence of interfaces all implemented by all types in the returned sequence.