Skip to main content
A newer version of this page is available. .

ITypeInfo.ImplementedInterfaces Property

Supplies metadata on the interfaces implemented or inherited by the current type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IEnumerable<ITypeInfo> ImplementedInterfaces { get; }

Property Value

Type Description
IEnumerable<ITypeInfo>

An IEnumerable<ITypeInfo> object that supplies metadata on the interfaces implemented or inherited by the current type.

See Also