ConfigurationCollectionAttribute public sealed class ConfigurationCollectionAttribute : Attribute Documentation Code public string AddItemName { get; set; } public string ClearItemsName { get; set; } public ConfigurationElementCollectionType CollectionType { get; set; } public Type ItemType { get; } public string RemoveItemName { get; set; } public ConfigurationCollectionAttribute(Type itemType)