
13 Apr
2013
13 Apr
'13
8:40 p.m.
Hello,
I am curious is there an analog to System.Version in .NET?
http://msdn.microsoft.com/en-us/library/system.version.aspx
Basically a cloneable, comparable, equatable version composed of major,
minor, build, revision. Or patch, build, or however you'd like to decompose
the fields.
I don't think it'd be hard to cook one up using say tuple