Class GeolocationProviderCollection
  
  
  
  
    Inheritance
    System.Object
    GeolocationProviderCollection
   
  
  Assembly: EPiServer.Framework.dll
  Version: 7.19.2
  Syntax
  
    public sealed class GeolocationProviderCollection : ProviderCollection
   
  Constructors
  
  
  
  
  GeolocationProviderCollection()
  
  
  Declaration
  
    public GeolocationProviderCollection()
   
  Properties
  
  
  
  
  Item[String]
  
  
  Declaration
  
    public GeolocationProviderBase this[string name] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
    
  
  Property Value
  
  Methods
  
  
  
  
  Add(ProviderBase)
  
  
  Declaration
  
    public override void Add(ProviderBase provider)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Configuration.Provider.ProviderBase | provider |  | 
    
  
  Extension Methods