<PackageReference Include="Castle.Core" Version="4.2.1" />

Castle.Components.DictionaryAdapter.Xml.IXmlIdentity

public interface IXmlIdentity
namespace Castle.Components.DictionaryAdapter.Xml { public interface IXmlIdentity { XmlName Name { get; } XmlName XsiType { get; } } }