Home
last modified time | relevance | path

Searched refs:NullableTypeFor (Results 1 – 3 of 3) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Handlers/
H A DPrimitiveHandler.cs52 return Platform4.NullableTypeFor(PrimitiveJavaClass()); in JavaClass()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Reflect/Generic/
H A DKnownClassesRepository.cs31 Primitives.Put(ReflectPlatform.FullyQualifiedName(Platform4.NullableTypeFor(primitive in RegisterPrimitive()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Internal/
H A DPlatform4.cs670 public static Type NullableTypeFor(Type primitiveType) in NullableTypeFor() method in Db4objects.Db4o.Internal.Platform4