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

InMemoryCodeCompletionContextStorage.Contracts Property

For internal use.

Namespace: DevExpress.XtraReports.CodeCompletion.Storages

Assembly: DevExpress.XtraReports.v20.2.CodeCompletion.dll

NuGet Packages: DevExpress.Reporting.CodeCompletion, DevExpress.WindowsDesktop.Reporting.CodeCompletion

Declaration

public IDictionary<string, Stream> Contracts { get; }

Property Value

Type
IDictionary<String, Stream>
See Also