Skip to main content
.NET Framework 4.6.2+

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

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

Parameters

Name Type
dictionary XPDictionary
types IEnumerable<Type>
See Also