AjTalk.Language.ExecutionContext.SetParentLocal C# (CSharp) 메소드

SetParentLocal() 개인적인 메소드

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