Show / Hide Table of Contents

    Delegate ExtensionDataGetter

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public delegate System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>> ExtensionDataGetter(object o);
    Parameters
    Object o

    Returns
    IEnumerable<KeyValuePair<Object,Object>>

    Back to top Azure SDK for Net