コード例 #1
0
 static bool isStream(LuaObject obj)
 {
     return(obj.IsUserData && obj.luaobj is FileObject);
 }