Castle.Core.ParameterModelCollection.this C# (CSharp) Méthode

this() public méthode

Gets the ParameterModel with the specified key.
public this ( object key ) : ParameterModel
key object
Résultat ParameterModel
		public ParameterModel this[object key]
		{
			get { return (ParameterModel) dictionary[key]; }
		}