Show / Hide Table of Contents

    Class DynamicUtils

    Inheritance
    System.Object
    DynamicUtils
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public static class DynamicUtils

    Methods

    | Improve this Doc View Source

    GetDynamicMemberNames(IDynamicMetaObjectProvider)

    Declaration
    public static IEnumerable<string> GetDynamicMemberNames(this IDynamicMetaObjectProvider dynamicProvider)
    Parameters
    Type Name Description
    System.Dynamic.IDynamicMetaObjectProvider dynamicProvider
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    • Improve this Doc
    • View Source
    • 0 Comments