Skip to main content
.NET 6.0+

ITypeInfo.Implementors Property

If the current type is an interface, this property supplies metadata on the types implementing or inheriting this interface.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IEnumerable<ITypeInfo> Implementors { get; }

Property Value

Type Description
IEnumerable<ITypeInfo>

An IEnumerable<ITypeInfo> object that supplies metadata on the types implementing or inheriting the interface.

See Also