Click or drag to resize

DocumentVariablesDictionary Class

Represents a dictionary that contains String key and String value pairs.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentDictionaryBaseString, String
    SautinSoft.DocumentDocumentVariablesDictionary

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class DocumentVariablesDictionary : DictionaryBase<string, string>
Remarks

Keys cannot be null or empty string.

See Also