using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Configuration.Provider
{
/// Represents a collection of provider objects that inherit from .
// Token: 0x0200000C RID: 12
[Token(Token = "0x200000C")]
[DefaultMember("Item")]
public class ProviderCollection
{
/// Adds a provider to the collection.
/// The provider to be added.
/// The collection is read-only.
///
/// is .
/// The of is .
/// -or-
/// The length of the of is less than 1.
// Token: 0x06000019 RID: 25 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000019")]
[Address(RVA = "0x74E3E0", Offset = "0x74D1E0", VA = "0x18074E3E0", Slot = "4")]
public virtual void Add(ProviderBase provider)
{
}
}
}