Bike.Interpreter.ScopeFrame.ScopeFrame C# (CSharp) Метод

ScopeFrame() публичный Метод

public ScopeFrame ( BikeFunction func, ScopeFrame global, ScopeFrame parent, ScopeFrame caller ) : System.Collections.Generic
func BikeFunction
global ScopeFrame
parent ScopeFrame
caller ScopeFrame
Результат System.Collections.Generic
        public ScopeFrame(BikeFunction func, ScopeFrame global, 
                          ScopeFrame parent, ScopeFrame caller)
            : this(InterpretationContext.Instance.CurrentLocation,
                   func, global, parent, caller)
        {
        }

Same methods

ScopeFrame::ScopeFrame ( ) : System.Collections.Generic
ScopeFrame::ScopeFrame ( Parser.SourceLocation location, BikeFunction func, ScopeFrame global, ScopeFrame parent, ScopeFrame caller ) : System.Collections.Generic