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

ReflectionDictionary.Classes Property

Gets a collection of the XPClassInfo objects that are supplied by the current ReflectionDictionary instance.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public override ICollection Classes { get; }

Property Value

Type Description
ICollection

A collection of the XPClassInfo objects.

See Also