Search Results for

    Show / Hide Table of Contents

    Class OutputFileCollection

    Inheritance
    Object
    ObservableDictionary<String, OutputFileInfo>
    OutputFileCollection
    Implements
    IDictionary<String, OutputFileInfo>
    ICollection<KeyValuePair<String, OutputFileInfo>>
    IEnumerable<KeyValuePair<String, OutputFileInfo>>
    IEnumerable
    INotifyCollectionChanged
    Inherited Members
    ObservableDictionary<String, OutputFileInfo>.Comparer
    ObservableDictionary<String, OutputFileInfo>.Item[String]
    ObservableDictionary<String, OutputFileInfo>.Keys
    ObservableDictionary<String, OutputFileInfo>.Values
    ObservableDictionary<String, OutputFileInfo>.Add(String, OutputFileInfo)
    ObservableDictionary<String, OutputFileInfo>.ContainsKey(String)
    ObservableDictionary<String, OutputFileInfo>.Remove(String)
    ObservableDictionary<String, OutputFileInfo>.TryGetValue(String, OutputFileInfo)
    ObservableDictionary<String, OutputFileInfo>.Count
    ObservableDictionary<String, OutputFileInfo>.IsReadOnly
    ObservableDictionary<String, OutputFileInfo>.ICollection<KeyValuePair<String, OutputFileInfo>>.Add(KeyValuePair<String, OutputFileInfo>)
    ObservableDictionary<String, OutputFileInfo>.Clear()
    ObservableDictionary<String, OutputFileInfo>.ICollection<KeyValuePair<String, OutputFileInfo>>.Contains(KeyValuePair<String, OutputFileInfo>)
    ObservableDictionary<String, OutputFileInfo>.ICollection<KeyValuePair<String, OutputFileInfo>>.CopyTo(KeyValuePair<String, OutputFileInfo>[], Int32)
    ObservableDictionary<String, OutputFileInfo>.ICollection<KeyValuePair<String, OutputFileInfo>>.Remove(KeyValuePair<String, OutputFileInfo>)
    ObservableDictionary<String, OutputFileInfo>.GetEnumerator()
    ObservableDictionary<String, OutputFileInfo>.IEnumerable.GetEnumerator()
    ObservableDictionary<String, OutputFileInfo>.CollectionChanged
    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
    public class OutputFileCollection : ObservableDictionary<string, OutputFileInfo>, IDictionary<string, OutputFileInfo>, ICollection<KeyValuePair<string, OutputFileInfo>>, IEnumerable<KeyValuePair<string, OutputFileInfo>>, IEnumerable, INotifyCollectionChanged

    Properties

    | Improve this Doc View Source

    Comparer

    Declaration
    public IEqualityComparer<string> Comparer { get; }
    Property Value
    Type Description
    IEqualityComparer<String>
    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Item[String]

    Declaration
    public OutputFileInfo this[string key] { get; set; }
    Parameters
    Type Name Description
    String key
    Property Value
    Type Description
    OutputFileInfo
    | Improve this Doc View Source

    Keys

    Declaration
    public ICollection<string> Keys { get; }
    Property Value
    Type Description
    ICollection<String>
    | Improve this Doc View Source

    Values

    Declaration
    public ICollection<OutputFileInfo> Values { get; }
    Property Value
    Type Description
    ICollection<OutputFileInfo>

    Methods

    | Improve this Doc View Source

    Add(String, OutputFileInfo)

    Declaration
    public void Add(string key, OutputFileInfo value)
    Parameters
    Type Name Description
    String key
    OutputFileInfo value
    | Improve this Doc View Source

    Clear()

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

    ContainsKey(String)

    Declaration
    public bool ContainsKey(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    ContainsValue(OutputFileInfo)

    Declaration
    public bool ContainsValue(OutputFileInfo value)
    Parameters
    Type Name Description
    OutputFileInfo value
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<KeyValuePair<string, OutputFileInfo>> GetEnumerator()
    Returns
    Type Description
    IEnumerator<KeyValuePair<String, OutputFileInfo>>
    | Improve this Doc View Source

    Remove(String)

    Declaration
    public bool Remove(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    TryGetValue(String, out OutputFileInfo)

    Declaration
    public bool TryGetValue(string key, out OutputFileInfo value)
    Parameters
    Type Name Description
    String key
    OutputFileInfo value
    Returns
    Type Description
    Boolean

    Implements

    System.Collections.Generic.IDictionary<TKey,TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged

    Extension Methods

    DocumentExceptionExtensions.RunAll<TElement>(IEnumerable<TElement>, Action<TElement>)
    DocumentExceptionExtensions.RunAll<TElement>(IEnumerable<TElement>, Action<TElement>, 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