コード例 #1
0
ファイル: Predicate.cs プロジェクト: john-cornell/alchemy
 protected Predicate()
 {
     Stack = new StackArray <PredicateValue> (2);
 }
コード例 #2
0
 public OperatorValue()
 {
     Stack = new StackArray <PredicateValue> (2);
 }