<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.1.1" />

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; }