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

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

public ScopeFrame ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public ScopeFrame()
            : this(null, null, null, null, null)
        {
        }

Same methods

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