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