CollectionDataContractAttribute public sealed class CollectionDataContractAttribute : Attribute Documentation public bool IsReference { get; set; } 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; } public CollectionDataContractAttribute()