Show / Hide Table of Contents

    Interface IWrappedCollection

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

    Properties

    | Improve this Doc View Source

    UnderlyingCollection

    Declaration
    object UnderlyingCollection { 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