Show / Hide Table of Contents

    Class ManifestItemCollection

    Inheritance
    Object
    Collection<ManifestItem>
    ObservableCollection<ManifestItem>
    ManifestItemCollection
    Inherited Members
    ObservableCollection<ManifestItem>.Move(Int32, Int32)
    ObservableCollection<ManifestItem>.RemoveItem(Int32)
    ObservableCollection<ManifestItem>.InsertItem(Int32, ManifestItem)
    ObservableCollection<ManifestItem>.SetItem(Int32, ManifestItem)
    ObservableCollection<ManifestItem>.MoveItem(Int32, Int32)
    ObservableCollection<ManifestItem>.OnPropertyChanged(PropertyChangedEventArgs)
    ObservableCollection<ManifestItem>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
    ObservableCollection<ManifestItem>.BlockReentrancy()
    ObservableCollection<ManifestItem>.CheckReentrancy()
    ObservableCollection<ManifestItem>.INotifyPropertyChanged.PropertyChanged
    ObservableCollection<ManifestItem>.CollectionChanged
    ObservableCollection<ManifestItem>.PropertyChanged
    Collection<ManifestItem>.IEnumerable.GetEnumerator()
    Collection<ManifestItem>.ICollection.CopyTo(Array, Int32)
    System.Collections.ObjectModel.Collection<Microsoft.DocAsCode.Plugins.ManifestItem>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Microsoft.DocAsCode.Plugins.ManifestItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
    Collection<ManifestItem>.IList.Add(Object)
    Collection<ManifestItem>.IList.Contains(Object)
    Collection<ManifestItem>.IList.IndexOf(Object)
    Collection<ManifestItem>.IList.Insert(Int32, Object)
    Collection<ManifestItem>.IList.Remove(Object)
    Collection<ManifestItem>.Items
    Collection<ManifestItem>.Item[Int32]
    Collection<ManifestItem>.ICollection<ManifestItem>.IsReadOnly
    Collection<ManifestItem>.ICollection.IsSynchronized
    Collection<ManifestItem>.ICollection.SyncRoot
    Collection<ManifestItem>.IList.Item[Int32]
    Collection<ManifestItem>.IList.IsReadOnly
    Collection<ManifestItem>.IList.IsFixedSize
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class ManifestItemCollection : ObservableCollection<ManifestItem>, IList<ManifestItem>, ICollection<ManifestItem>, IList, ICollection, IReadOnlyList<ManifestItem>, IReadOnlyCollection<ManifestItem>, IEnumerable<ManifestItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

    Constructors

    ManifestItemCollection()

    Declaration
    public ManifestItemCollection()

    ManifestItemCollection(IEnumerable<ManifestItem>)

    Declaration
    public ManifestItemCollection(IEnumerable<ManifestItem> collection)
    Parameters
    Type Name Description
    IEnumerable<ManifestItem> collection

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    Methods

    Add(ManifestItem)

    Declaration
    public void Add(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item

    AddRange(IEnumerable<ManifestItem>)

    Declaration
    public void AddRange(IEnumerable<ManifestItem> collection)
    Parameters
    Type Name Description
    IEnumerable<ManifestItem> collection

    Clear()

    Declaration
    public void Clear()

    ClearItems()

    Declaration
    protected override void ClearItems()
    Overrides
    System.Collections.ObjectModel.ObservableCollection<Microsoft.DocAsCode.Plugins.ManifestItem>.ClearItems()

    Contains(ManifestItem)

    Declaration
    public bool Contains(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    Returns
    Type Description
    Boolean

    CopyTo(ManifestItem[], Int32)

    Declaration
    public void CopyTo(ManifestItem[] array, int arrayIndex)
    Parameters
    Type Name Description
    ManifestItem[] array
    Int32 arrayIndex

    GetEnumerator()

    Declaration
    public IEnumerator<ManifestItem> GetEnumerator()
    Returns
    Type Description
    IEnumerator<ManifestItem>

    IndexOf(ManifestItem)

    Declaration
    public int IndexOf(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    Returns
    Type Description
    Int32

    Insert(Int32, ManifestItem)

    Declaration
    public void Insert(int index, ManifestItem item)
    Parameters
    Type Name Description
    Int32 index
    ManifestItem item

    Remove(ManifestItem)

    Declaration
    public bool Remove(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    Returns
    Type Description
    Boolean

    RemoveAll(Predicate<ManifestItem>)

    Declaration
    public int RemoveAll(Predicate<ManifestItem> match)
    Parameters
    Type Name Description
    Predicate<ManifestItem> match
    Returns
    Type Description
    Int32

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index

    Extension Methods

    ManifestFileHelper.Shrink(IEnumerable<ManifestItem>, String, Int32)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    TaskHelper.ForEachInParallelAsync<T>(IEnumerable<T>, Func<T, Task>, Int32)
    TaskHelper.ForEachInParallelAsync<T>(IEnumerable<T>, Func<T, Task>)
    TaskHelper.SelectInParallelAsync<TSource, TResult>(IEnumerable<TSource>, Func<TSource, Task<TResult>>, Int32)
    TaskHelper.SelectInParallelAsync<TSource, TResult>(IEnumerable<TSource>, Func<TSource, Task<TResult>>)
    DocumentExceptionExtensions.RunAll<TElement, TResult>(IReadOnlyList<TElement>, Func<TElement, TResult>)
    DocumentExceptionExtensions.RunAll<TElement>(IReadOnlyList<TElement>, Action<TElement>)
    DocumentExceptionExtensions.RunAll<TElement>(IReadOnlyList<TElement>, Action<TElement>, Int32)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX