GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    VariablesDictionary Class

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents a dictionary that contains System.String key and System.String value pairs.

    • C#
    • VB.NET
    public sealed class VariablesDictionary : DictionaryBase<String, String>, IDictionary<String, String>, ICollection<KeyValuePair<String, String>>, IEnumerable<KeyValuePair<String, String>>, IEnumerable
    Public NotInheritable Class VariablesDictionary
        Inherits DictionaryBase(Of String, String)
        Implements IDictionary(Of String, String), ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)), IEnumerable
    Inheritance:
    System.Object
    DictionaryBase<System.String, System.String>
    VariablesDictionary
    Implements
    System.Collections.Generic.IDictionary<System.String, System.String>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>
    System.Collections.IEnumerable
    Remarks

    System.String keys cannot be null or System.String.Empty.

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.