Changes between Version 16 and Version 17 of WikiStart

Show
Ignore:
Timestamp:
05/25/14 09:27:37 (10 years ago)
Author:
smagi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    9191} 
    9292}}} 
    93 The above will only work if the types are IConvertible. For non-IConvertible values, you instead need to parse an Id<TKey, TType>: 
     93The above will only work if the types are IConvertible. For non-IConvertible values, you instead need to parse an Clavis.Id<TKey, TType>: 
    9494{{{ 
    9595public class SomePage : System.Web.Page, IContinuation<Project, Customer>