DataDictionary.Interpreter.LetExpression.InitDeclaredElements C# (CSharp) Method

InitDeclaredElements() public method

Initialises the declared elements
public InitDeclaredElements ( ) : void
return void
        public void InitDeclaredElements()
        {
            DeclaredElements = new Dictionary<string, List<INamable>>();

            ISubDeclaratorUtils.AppendNamable(this, BoundVariable);
        }