Show / Hide Table of Contents

    Class ReflectionMember

    Inheritance
    System.Object
    ReflectionMember
    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 class ReflectionMember

    Properties

    | Improve this Doc View Source

    Getter

    Declaration
    public Func<object, object> Getter { get; set; }
    Property Value
    Type Description
    System.Func<System.Object, System.Object>
    | Improve this Doc View Source

    MemberType

    Declaration
    public Type MemberType { get; set; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    Setter

    Declaration
    public Action<object, object> Setter { get; set; }
    Property Value
    Type Description
    System.Action<System.Object, System.Object>
    • Improve this Doc
    • View Source
    • 0 Comments