ReflectionDictionary.Classes Property
In This Article
Gets a collection of the XPClassInfo objects that are supplied by the current ReflectionDictionary instance.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override ICollection Classes { get; }
#Property Value
Type | Description |
---|---|
ICollection | A collection of the XPClass |
See Also