예제 #1
0
파일: Slot.cs 프로젝트: erdincay/db4o
		public static bool IsNull(Db4objects.Db4o.Internal.Slots.Slot slot)
		{
			return slot == null || slot.IsNull();
		}