Fixed NullReferenceException for GetStaticFieldValue and GetStaticPropertyValue methods, CachedTypeInfo<T> renamed to to Type<T>
https://www.nuget.org/packages/Platform.Reflection/0.0.5
Fixed NullReferenceException for GetStaticFieldValue and GetStaticPropertyValue methods.
CachedTypeInfo renamed to to Type.
Type.Type field renamed to Type.TheType.
Tests added.
Added TypeTests.UInt64IsNumericTest.