예제 #1
0
 sealed class NU64 : MB <UInt64?>     { public override UInt64?From(IMapDataSource s, object o, int i)
                                        {
                                            return(s.GetNullableUInt64(o, i));
                                        }