Closed rspeele closed 8 years ago
Resolves #18 . Use like: schema.AddString(TimeSpan.Parse) or schema.AddInteger(TimeSpan.FromTicks).
schema.AddString(TimeSpan.Parse)
schema.AddInteger(TimeSpan.FromTicks)
whoops introspection
Resolves #18 . Use like:
schema.AddString(TimeSpan.Parse)
orschema.AddInteger(TimeSpan.FromTicks)
.