예제 #1
0
 public void FrameType()
 {
     Assert.True(datatype.CheckType(new DataFrame()));
     Assert.False(datatype.CheckType(ulong.MaxValue));
 }