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.v18.2.CodeCompletion.dll

Declaration

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

Property Value

Type
IDictionary<String, Stream>
See Also