Ext.Net.ControlConverter.CheckType C# (CSharp) Method

CheckType() private method

private CheckType ( Control c ) : bool
c System.Web.UI.Control
return bool
        private bool CheckType(Control c)
        {
            return (!this.Types.Contains(c.GetType()));
        }