Пример #1
0
 public StackFrame(StackValue[] frame)
 {
     Validity.Assert(frame.Count() == kStackFrameSize);
     Frame = frame;
 }