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

ChainingPropertyInfo() private method

private ChainingPropertyInfo ( PropertyInfo root ) : System
root System.Reflection.PropertyInfo
return System
        public ChainingPropertyInfo(PropertyInfo root)
        {
            this.root = root;
        }