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

DictionaryAdapterExtensions

public static class DictionaryAdapterExtensions
public static object CreateChildAdapter(this IDictionaryAdapter parent, Type type, XmlAdapter adapter)

public static object CreateChildAdapter(this IDictionaryAdapter parent, Type type, XmlAdapter adapter, IDictionary dictionary)

public static XmlAccessor GetAccessor(this PropertyDescriptor property)

public static XmlMetadata GetXmlMeta(this DictionaryAdapterMeta meta)

public static string GetXmlType(this DictionaryAdapterMeta meta)

public static bool HasAccessor(this PropertyDescriptor property)

public static bool HasXmlMeta(this DictionaryAdapterMeta meta)

public static bool HasXmlType(this DictionaryAdapterMeta meta)

public static void SetAccessor(this PropertyDescriptor property, XmlAccessor accessor)

public static void SetXmlMeta(this DictionaryAdapterMeta meta, XmlMetadata xmlMeta)

public static void SetXmlType(this DictionaryAdapterMeta meta, string value)