C# Class CustomConfigurations.CollectionsGroup

Afficher le fichier Open project: twistedtwig/CustomConfigurations

Méthodes publiques

Méthode Description
ContainsKey ( string name ) : bool

Determines if there is a collection with the given name attribute.

GetCollection ( string name ) : ConfigSection

Returns a config section for the given name attribute for the inner collection.

GetCollections ( ) : IEnumerable

Private Methods

Méthode Description
CollectionsGroup ( CollectionsGroupCollection collections, ConfigSection parent, bool allowValueInheritance ) : System

Method Details

ContainsKey() public méthode

Determines if there is a collection with the given name attribute.
public ContainsKey ( string name ) : bool
name string
Résultat bool

GetCollection() public méthode

Returns a config section for the given name attribute for the inner collection.
public GetCollection ( string name ) : ConfigSection
name string
Résultat ConfigSection

GetCollections() public méthode

public GetCollections ( ) : IEnumerable
Résultat IEnumerable