예제 #1
0
 private static int _CalculateSize(UvHandleType handleType)
 {
     return(Libuv.uv_handle_size(handleType).ToInt32());
 }