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

IAssemblyInfo.Types Property

Supplies metadata on the public types defined in the current assembly.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IEnumerable<ITypeInfo> Types { get; }

Property Value

Type Description
IEnumerable<ITypeInfo>

An IEnumerable<ITypeInfo> object that supplies metadata on the public types defined in the current assembly.

See Also