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

TablePattern() private method

private TablePattern ( AutomationElement el, UIAutomationClient tablePattern, UIAutomationClient gridPattern, bool cached ) : System
el AutomationElement
tablePattern UIAutomationClient
gridPattern UIAutomationClient
cached bool
return System
        private TablePattern(AutomationElement el, UIAutomationClient.IUIAutomationTablePattern tablePattern, UIAutomationClient.IUIAutomationGridPattern gridPattern, bool cached)
            : base(el, gridPattern, cached)
        {
            Debug.Assert(tablePattern != null);
            this._pattern = tablePattern;
        }