Ext.Net.BaseScriptBuilder.GetIsExcluded C# (CSharp) 메소드

GetIsExcluded() 개인적인 메소드

private GetIsExcluded ( string key ) : bool
key string
리턴 bool
        private bool GetIsExcluded(string key)
        {
            return (this.LazyList.IndexOf(key) > -1);
        }