Catrobat.IDE.Core.Utilities.Helpers.VariableHelper.IsVariableLocal C# (CSharp) 메소드

IsVariableLocal() 공개 정적인 메소드

public static IsVariableLocal ( System.Program project, Variable variable ) : bool
project System.Program
variable Catrobat.IDE.Core.Models.Variable
리턴 bool
        public static bool IsVariableLocal(Program project, Variable variable)
        {
            return variable is LocalVariable;
        }