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