<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Runtime.Serialization.CollectionDataContractAttribute

public bool IsItemNameSetExplicitly { get; }

public bool IsKeyNameSetExplicitly { get; }

public bool IsNameSetExplicitly { get; }

public bool IsNamespaceSetExplicitly { get; }

public bool IsReference { get; set; }

public bool IsReferenceSetExplicitly { get; }

public bool IsValueNameSetExplicitly { get; }

public string ItemName { get; set; }

public string KeyName { get; set; }

public string Name { get; set; }

public string Namespace { get; set; }

public string ValueName { get; set; }