Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ThreadSafeDataLayer.InitializeDictionary(XPDictionary, IEnumerable<Type>) Method

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static void InitializeDictionary(
    XPDictionary dictionary,
    IEnumerable<Type> types
)

Parameters

Name Type
dictionary XPDictionary
types IEnumerable<Type>
See Also