Skip to main content

ReflectionDictionary.CanGetClassInfoByType(Type) Method

Indicates whether the dictionary can return metadata information for the specified type.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public override bool CanGetClassInfoByType(
    Type classType
)

#Parameters

Name Type Description
classType Type

The class type.

#Returns

Type Description
Boolean

true if the dictionary can return metadata information for the specified type; otherwise, false.

See Also