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

XmlMetadata

protected static readonly StringComparer NameComparer

public string ChildNamespaceUri { get; }

public Type ClrType { get; }

public IXmlContext Context { get; }

public bool? IsNullable { get; }

public bool? IsReference { get; }

public XmlName Name { get; }

public CompiledXPath Path { get; }

public bool? Qualified { get; }

public IEnumerable<string> ReservedNamespaceUris { get; }

public XmlName XsiType { get; }

public XmlMetadata(DictionaryAdapterMeta meta, IEnumerable<string> reservedNamespaceUris)

public XmlName GetDefaultXsiType(Type clrType)

public bool IsReservedNamespaceUri(string namespaceUri)

public bool TryGet(IXmlIdentity xmlIdentity, out IXmlKnownType knownType)

public bool TryGet(Type clrType, out IXmlKnownType knownType)

public bool TryGet(XmlName xsiType, out IXmlIncludedType includedType)

public bool TryGet(Type clrType, out IXmlIncludedType includedType)