System.Windows.Automation.TablePattern.TablePatternInformation.TablePatternInformation C# (CSharp) Method

TablePatternInformation() private method

private TablePatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
return System
            internal TablePatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }