Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ITypeInfo.Members Property

Supplies metadata on the members declared in the current type and inherited from the base types.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

IEnumerable<IMemberInfo> Members { get; }

Property Value

Type Description
IEnumerable<IMemberInfo>

An IEnumerable<IMemberInfo> object that supplies metadata on the members declared in the current type and inherited from the base types.

See Also