C# Class Castle.Facilities.LightweighFactory.FactoryParametersStore

Inheritance: IArgumentsStore
Afficher le fichier Open project: nhsevidence/Snooze

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
GetEnumerator ( ) : object>>.IEnumerator
GetItem ( object key ) : object
Insert ( object key, object value ) : void
Remove ( object key ) : void
Supports ( Type keyType ) : bool

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( object key, object value ) : void
key object
value object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object key ) : bool
key object
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : object>>.IEnumerator
Résultat object>>.IEnumerator

GetItem() public méthode

public GetItem ( object key ) : object
key object
Résultat object

Insert() public méthode

public Insert ( object key, object value ) : void
key object
value object
Résultat void

Remove() public méthode

public Remove ( object key ) : void
key object
Résultat void

Supports() public méthode

public Supports ( Type keyType ) : bool
keyType System.Type
Résultat bool