Ext.Net.ChainingPropertyInfo.SetValue C# (CSharp) Method

SetValue() private method

private SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : void
obj object
value object
invokeAttr BindingFlags
binder System.Reflection.Binder
index object
culture System.Globalization.CultureInfo
return void
        public override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
        {
            this.Root.SetValue(obj, value, invokeAttr, binder, index, culture);
        }