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

GetValue() private method

private GetValue ( object component ) : object
component object
return object
        public virtual object GetValue(object component)
        {
            return this.Root.GetValue(component, null);
        }
        

Same methods

ChainingPropertyInfo::GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
ChainingPropertyInfo::GetValue ( object component, object index ) : object