Modified fields:
-public const string Version = "26.0.9331";
+public const string Version = "26.0.9332";[Foundation.RegisterAttribute("NSSymbolDrawOffEffect", True)]
[System.Runtime.CompilerServices.NullableAttribute(0)]
[System.Runtime.CompilerServices.NullableContextAttribute(1)]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("tvos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("macos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("ios26.0")]
public class NSSymbolDrawOffEffect : Symbols.NSSymbolEffect {
// constructors
public NSSymbolDrawOffEffect (Foundation.NSCoder coder);
protected NSSymbolDrawOffEffect (Foundation.NSObjectFlag t);
protected NSSymbolDrawOffEffect (ObjCRuntime.NativeHandle handle);
// properties
public override ObjCRuntime.NativeHandle ClassHandle { get; }
// methods
public static NSSymbolDrawOffEffect Create ();
public virtual NSSymbolDrawOffEffect CreateWithByLayer ();
public virtual NSSymbolDrawOffEffect CreateWithIndividually ();
public virtual NSSymbolDrawOffEffect CreateWithNonReversed ();
public virtual NSSymbolDrawOffEffect CreateWithReversed ();
public virtual NSSymbolDrawOffEffect CreateWithWholeSymbol ();
}[Foundation.RegisterAttribute("NSSymbolDrawOnEffect", True)]
[System.Runtime.CompilerServices.NullableAttribute(0)]
[System.Runtime.CompilerServices.NullableContextAttribute(1)]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("tvos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("macos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("ios26.0")]
public class NSSymbolDrawOnEffect : Symbols.NSSymbolEffect {
// constructors
public NSSymbolDrawOnEffect (Foundation.NSCoder coder);
protected NSSymbolDrawOnEffect (Foundation.NSObjectFlag t);
protected NSSymbolDrawOnEffect (ObjCRuntime.NativeHandle handle);
// properties
public override ObjCRuntime.NativeHandle ClassHandle { get; }
// methods
public static NSSymbolDrawOnEffect Create ();
public virtual NSSymbolDrawOnEffect CreateWithByLayer ();
public virtual NSSymbolDrawOnEffect CreateWithIndividually ();
public virtual NSSymbolDrawOnEffect CreateWithWholeSymbol ();
}