Search Results for

    Show / Hide Table of Contents

    Class XMLSerializableDictionaryItem

    Summary description for XMLSerializableDictionaryItem.

    Inheritance
    System.Object
    XMLSerializableDictionaryItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.License.Util
    Assembly: ImageVault.Core.dll
    Syntax
    public class XMLSerializableDictionaryItem

    Constructors

    XMLSerializableDictionaryItem()

    Creates an instance of the XMLSerializableDictionaryItem class.

    Declaration
    public XMLSerializableDictionaryItem()

    XMLSerializableDictionaryItem(String, String)

    Creates an item

    Declaration
    public XMLSerializableDictionaryItem(string key, string value)
    Parameters
    Type Name Description
    System.String key

    Key of the item

    System.String value

    Value of the item

    Fields

    Key

    The key of the item

    Declaration
    public string Key
    Field Value
    Type Description
    System.String

    Value

    The value of the item

    Declaration
    public string Value
    Field Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022