AjTalk.Language.ExecutionContext.SetParentLocal C# (CSharp) Méthode

SetParentLocal() private méthode

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