@@ -403,24 +403,28 @@ public static void Input(int FileNumber, ref long Value) { }
403
403
public static void Input ( int FileNumber , ref object Value ) { }
404
404
public static void Input ( int FileNumber , ref float Value ) { }
405
405
public static void Input ( int FileNumber , ref string Value ) { }
406
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
407
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
408
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
406
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
407
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
408
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
409
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
409
410
public static string InputString ( int FileNumber , int CharCount ) { throw null ; }
410
411
public static void Kill ( string PathName ) { }
411
412
public static string LineInput ( int FileNumber ) { throw null ; }
412
413
public static long Loc ( int FileNumber ) { throw null ; }
413
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
414
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
415
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
414
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
415
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
416
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
417
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
416
418
public static void Lock ( int FileNumber ) { }
417
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
418
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
419
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
419
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
420
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
421
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
422
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
420
423
public static void Lock ( int FileNumber , long Record ) { }
421
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
422
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
423
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
424
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
425
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
426
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
427
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
424
428
public static void Lock ( int FileNumber , long FromRecord , long ToRecord ) { }
425
429
public static long LOF ( int FileNumber ) { throw null ; }
426
430
public static void MkDir ( string Path ) { }
@@ -436,17 +440,20 @@ public static void SetAttr(string PathName, Microsoft.VisualBasic.FileAttribute
436
440
public static Microsoft . VisualBasic . SpcInfo SPC ( short Count ) { throw null ; }
437
441
public static Microsoft . VisualBasic . TabInfo TAB ( ) { throw null ; }
438
442
public static Microsoft . VisualBasic . TabInfo TAB ( short Column ) { throw null ; }
439
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
440
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
441
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
443
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
444
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
445
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
446
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
442
447
public static void Unlock ( int FileNumber ) { }
443
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
444
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
445
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
448
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
449
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
450
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
451
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
446
452
public static void Unlock ( int FileNumber , long Record ) { }
447
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "ios" ) ]
448
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "macos" ) ]
449
- [ System . Runtime . Versioning . UnsupportedOSPlatform ( "tvos" ) ]
453
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "ios" ) ]
454
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "maccatalyst" ) ]
455
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "macos" ) ]
456
+ [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "tvos" ) ]
450
457
public static void Unlock ( int FileNumber , long FromRecord , long ToRecord ) { }
451
458
public static void Write ( int FileNumber , params object [ ] Output ) { }
452
459
public static void WriteLine ( int FileNumber , params object [ ] Output ) { }
0 commit comments