C# Class Spring.Context.Support.HttpApplicationConfigurer.ModuleDefinitionsTable

Inheritance: System.Collections.Hashtable
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
Add ( string key, IObjectDefinition value ) : void
this ( string key ) : IObjectDefinition
this ( object key ) : object

Method Details

Add() public méthode

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

Add() public méthode

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

this() public méthode

public this ( string key ) : IObjectDefinition
key string
Résultat IObjectDefinition

this() public méthode

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