AjTalk.Language.ExecutionContext.SetParentLocal C# (CSharp) Method

SetParentLocal() private method

private SetParentLocal ( int nlocal, object value ) : void
nlocal int
value object
return void
        internal void SetParentLocal(int nlocal, object value)
        {
            this.block.Closure.SetLocal(nlocal, value);
        }