Changeset 226
- Timestamp:
- 05/07/08 10:52:13 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ExperimentalFunctionsBaking/ProgrammableFunction.cs
r225 r226 120 120 121 121 public IFunctionTree GetTreeNode() { 122 return new ProgrammableFunctionTree(this);122 return new BakedFunctionTree(this); 123 123 } 124 124
Note: See TracChangeset
for help on using the changeset viewer.