Files
linux-packaging-mono/external/binary-reference-assemblies/src/v4.7.2/System.Xml.Linq.extra.cs
Xamarin Public Jenkins (auto-signing) aab600f1da Imported Upstream version 5.18.0.208
Former-commit-id: 67532bb259617bd753166c9334544379a8e120db
2018-11-20 08:25:12 +00:00

12 lines
387 B
C#

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.Xml.Linq
{
[System.Runtime.Serialization.KnownTypeAttribute(typeof(NameSerializer))]
partial class XName { }
internal partial class NameSerializer { }
}