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

ServiceKnownTypeProvider.GetKnownTypes(ICustomAttributeProvider) Method

For internal use.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Data.v19.2.dll

Declaration

public static IEnumerable<Type> GetKnownTypes(
    ICustomAttributeProvider provider
)

Parameters

Name Type
provider ICustomAttributeProvider

Returns

Type
IEnumerable<Type>
See Also