DefaultTypeSource.GetTypesWithInterface method

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Gets all types that implement an interface

public IEnumerable<Type> GetTypesWithInterface(Type interfaceType)
parameter description
interfaceType Interface type

Return Value

Types with that interface type

See Also