Skip to main content

ServiceKnownTypeProvider.GetKnownTypes(ICustomAttributeProvider) Method

For internal use.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static IEnumerable<Type> GetKnownTypes(
    ICustomAttributeProvider provider
)

Parameters

Name Type
provider ICustomAttributeProvider

Returns

Type
IEnumerable<Type>
See Also