Search Results for

    Show / Hide Table of Contents

    Class ManifestItemCollection

    Inheritance
    Object
    Collection<ManifestItem>
    ObservableCollection<ManifestItem>
    ManifestItemCollection
    Implements
    IList<ManifestItem>
    ICollection<ManifestItem>
    IReadOnlyList<ManifestItem>
    IReadOnlyCollection<ManifestItem>
    IEnumerable<ManifestItem>
    IList
    ICollection
    IEnumerable
    INotifyCollectionChanged
    INotifyPropertyChanged
    Inherited Members
    ObservableCollection<ManifestItem>.BlockReentrancy()
    ObservableCollection<ManifestItem>.CheckReentrancy()
    ObservableCollection<ManifestItem>.InsertItem(Int32, ManifestItem)
    ObservableCollection<ManifestItem>.Move(Int32, Int32)
    ObservableCollection<ManifestItem>.MoveItem(Int32, Int32)
    ObservableCollection<ManifestItem>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
    ObservableCollection<ManifestItem>.OnPropertyChanged(PropertyChangedEventArgs)
    ObservableCollection<ManifestItem>.RemoveItem(Int32)
    ObservableCollection<ManifestItem>.SetItem(Int32, ManifestItem)
    ObservableCollection<ManifestItem>.CollectionChanged
    ObservableCollection<ManifestItem>.PropertyChanged
    ObservableCollection<ManifestItem>.INotifyPropertyChanged.PropertyChanged
    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>.ICollection.CopyTo(Array, Int32)
    Collection<ManifestItem>.IEnumerable.GetEnumerator()
    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>.Item[Int32]
    Collection<ManifestItem>.Items
    Collection<ManifestItem>.ICollection<ManifestItem>.IsReadOnly
    Collection<ManifestItem>.ICollection.IsSynchronized
    Collection<ManifestItem>.ICollection.SyncRoot
    Collection<ManifestItem>.IList.IsFixedSize
    Collection<ManifestItem>.IList.IsReadOnly
    Collection<ManifestItem>.IList.Item[Int32]
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    [JsonConverter(typeof(ManifestItemCollectionConverter))]
    public class ManifestItemCollection : ObservableCollection<ManifestItem>, IList<ManifestItem>, ICollection<ManifestItem>, IReadOnlyList<ManifestItem>, IReadOnlyCollection<ManifestItem>, IEnumerable<ManifestItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    ManifestItemCollection()

    Declaration
    public ManifestItemCollection()
    | Improve this Doc View Source

    ManifestItemCollection(IEnumerable<ManifestItem>)

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

    Properties

    | Improve this Doc View Source

    Count

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

    Methods

    | Improve this Doc View Source

    Add(ManifestItem)

    Declaration
    public void Add(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    | Improve this Doc View Source

    AddRange(IEnumerable<ManifestItem>)

    Declaration
    public void AddRange(IEnumerable<ManifestItem> collection)
    Parameters
    Type Name Description
    IEnumerable<ManifestItem> collection
    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    ClearItems()

    Declaration
    protected override void ClearItems()
    Overrides
    System.Collections.ObjectModel.ObservableCollection<Microsoft.DocAsCode.Plugins.ManifestItem>.ClearItems()
    | Improve this Doc View Source

    Contains(ManifestItem)

    Declaration
    public bool Contains(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    CopyTo(ManifestItem[], Int32)

    Declaration
    public void CopyTo(ManifestItem[] array, int arrayIndex)
    Parameters
    Type Name Description
    ManifestItem[] array
    Int32 arrayIndex
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<ManifestItem> GetEnumerator()
    Returns
    Type Description
    IEnumerator<ManifestItem>
    | Improve this Doc View Source

    IndexOf(ManifestItem)

    Declaration
    public int IndexOf(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Insert(Int32, ManifestItem)

    Declaration
    public void Insert(int index, ManifestItem item)
    Parameters
    Type Name Description
    Int32 index
    ManifestItem item
    | Improve this Doc View Source

    Remove(ManifestItem)

    Declaration
    public bool Remove(ManifestItem item)
    Parameters
    Type Name Description
    ManifestItem item
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    RemoveAll(Predicate<ManifestItem>)

    Declaration
    public int RemoveAll(Predicate<ManifestItem> match)
    Parameters
    Type Name Description
    Predicate<ManifestItem> match
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    RemoveAt(Int32)

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

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DocumentExceptionExtensions.RunAll<TElement, TResult>(IReadOnlyList<TElement>, Func<TElement, TResult>)
    DocumentExceptionExtensions.RunAll<TElement>(IReadOnlyList<TElement>, Action<TElement>)
    DocumentExceptionExtensions.RunAll<TElement>(IEnumerable<TElement>, Action<TElement>)
    DocumentExceptionExtensions.RunAll<TElement>(IReadOnlyList<TElement>, Action<TElement>, Int32)
    DocumentExceptionExtensions.RunAll<TElement>(IEnumerable<TElement>, Action<TElement>, Int32)
    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>>)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX