Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- 05/25/14 09:27:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 91 91 } 92 92 }}} 93 The above will only work if the types are IConvertible. For non-IConvertible values, you instead need to parse an Id<TKey, TType>:93 The above will only work if the types are IConvertible. For non-IConvertible values, you instead need to parse an Clavis.Id<TKey, TType>: 94 94 {{{ 95 95 public class SomePage : System.Web.Page, IContinuation<Project, Customer>