C# Класс Castle.Core.ParameterModelCollection

Наследование: IEnumerable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( String name, IConfiguration configNode ) : void

Adds the specified name.

Add ( String name, String value ) : void

Adds the specified name.

Add ( object key, object value ) : void

Adds the specified key.

Not implemented

Clear ( ) : void

Clears this instance.

Not implemented

Contains ( object key ) : bool

Determines whether this collection contains the specified key.

CopyTo ( Array array, int index ) : void

Copy the content to the specified array

Not implemented

GetEnumerator ( ) : IEnumerator

Returns an enumerator that can iterate through a collection.

ParameterModelCollection ( ) : System

Initializes a new instance of the ParameterModelCollection class.

Remove ( object key ) : void

Removes the specified key.

Not implemented

this ( object key ) : ParameterModel

Gets the ParameterModel with the specified key.

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

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

Adds the specified name.
public Add ( String name, IConfiguration configNode ) : void
name String The name.
configNode IConfiguration The config node.
Результат void

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

Adds the specified name.
public Add ( String name, String value ) : void
name String The name.
value String The value.
Результат void

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

Adds the specified key.
Not implemented
public Add ( object key, object value ) : void
key object The key.
value object The value.
Результат void

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

Clears this instance.
Not implemented
public Clear ( ) : void
Результат void

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

Determines whether this collection contains the specified key.
public Contains ( object key ) : bool
key object The key.
Результат bool

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

Copy the content to the specified array
Not implemented
public CopyTo ( Array array, int index ) : void
array System.Array target array
index int target index
Результат void

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

Returns an enumerator that can iterate through a collection.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

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

Initializes a new instance of the ParameterModelCollection class.
public ParameterModelCollection ( ) : System
Результат System

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

Removes the specified key.
Not implemented
public Remove ( object key ) : void
key object The key.
Результат void

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

Gets the ParameterModel with the specified key.
public this ( object key ) : ParameterModel
key object
Результат ParameterModel