GlueViewOfficialPlugins.Scripting.MethodCallParser.IsVariableState C# (CSharp) 메소드

IsVariableState() 개인적인 메소드

private IsVariableState ( string containerName, IElement element ) : bool
containerName string
element IElement
리턴 bool
        private bool IsVariableState(string containerName, IElement element)
        {
            return containerName == "VariableState" || 
                element.GetStateCategoryRecursively(containerName) != null;
        }