FastMember.TypeAccessor.this C# (CSharp) Method

this() public abstract method

Get or set the value of a named member on the target instance
public abstract this ( object target, string name ) : object
target object
name string
return object
        public abstract object this[object target, string name]
        {
            get;
            set;
        }
    }