Skip to main content

InMemoryCodeCompletionContextStorage.Contracts Property

For internal use.

Namespace: DevExpress.XtraReports.CodeCompletion.Storages

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

NuGet Package: DevExpress.Reporting.CodeCompletion

Declaration

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

Property Value

Type
IDictionary<String, Stream>
See Also