2017-04-10 11:41:01 +00:00
|
|
|
// 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.
|
|
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
namespace System.Xml.Linq
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2018-01-24 17:04:36 +00:00
|
|
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(NameSerializer))]
|
|
|
|
|
partial class XName { }
|
|
|
|
|
internal partial class NameSerializer { }
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|
2018-01-24 17:04:36 +00:00
|
|
|
|