C# Класс CustomConfigurations.CollectionsGroup

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CollectionsGroup ( CollectionsGroupCollection collections, ConfigSection parent, bool allowValueInheritance ) : System

Описание методов

ContainsKey() публичный Метод

Determines if there is a collection with the given name attribute.
public ContainsKey ( string name ) : bool
name string
Результат bool

GetCollection() публичный Метод

Returns a config section for the given name attribute for the inner collection.
public GetCollection ( string name ) : ConfigSection
name string
Результат ConfigSection

GetCollections() публичный Метод

public GetCollections ( ) : IEnumerable
Результат IEnumerable