Show / Hide Table of Contents

    Interface IWrappedDictionary

    Inherited Members
    System.Collections.IDictionary.Add(System.Object, System.Object)
    System.Collections.IDictionary.Clear()
    System.Collections.IDictionary.Contains(System.Object)
    System.Collections.IDictionary.GetEnumerator()
    System.Collections.IDictionary.Remove(System.Object)
    System.Collections.IDictionary.IsFixedSize
    System.Collections.IDictionary.IsReadOnly
    System.Collections.IDictionary.Item[System.Object]
    System.Collections.IDictionary.Keys
    System.Collections.IDictionary.Values
    System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ICollection.Count
    System.Collections.ICollection.IsSynchronized
    System.Collections.ICollection.SyncRoot
    Namespace: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public interface IWrappedDictionary : IDictionary, ICollection, IEnumerable

    Properties

    | Improve this Doc View Source

    UnderlyingDictionary

    Declaration
    object UnderlyingDictionary { get; }
    Property Value
    Type Description
    System.Object

    Extension Methods

    StringExtensions.ToSeparatedString(IEnumerable, String)
    StringExtensions.ToCommaSeparatedString(IEnumerable)
    StringExtensions.ToLineSeparatedString(IEnumerable)
    • Improve this Doc
    • View Source
    • 0 Comments