File: System\Xml\Linq\XObjectChangeAnnotation.cs | Web Access |
Project: src\src\libraries\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj (System.Private.Xml.Linq) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Xml.Linq { internal sealed class XObjectChangeAnnotation { internal EventHandler<XObjectChangeEventArgs>? changing; internal EventHandler<XObjectChangeEventArgs>? changed; } } |