Search Results for

    Show / Hide Table of Contents

    Class DictionaryExtensions

    Extension type for Dictionaries

    Inheritance
    System.Object
    DictionaryExtensions
    Namespace: PnP.Framework.Extensions
    Assembly: PnP.Framework.dll
    Syntax
    public static class DictionaryExtensions : object

    Methods

    AddRange<TKey, TValue>(IDictionary<TKey, TValue>, IDictionary<TKey, TValue>)

    Declaration
    public static void AddRange<TKey, TValue>(this IDictionary<TKey, TValue> dictionary, IDictionary<TKey, TValue> range)
    Parameters
    IDictionary<TKey, TValue> dictionary

    IDictionary<TKey, TValue> range

    Type Parameters
    TKey

    TValue

    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer