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

ITypeInfo.OwnMembers Property

Supplies metadata on the members declared in the current type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IEnumerable<IMemberInfo> OwnMembers { get; }

Property Value

Type Description
IEnumerable<IMemberInfo>

An IEnumerable<IMemberInfo> object that supplies metadata on the members declared in the current type.

See Also