Castle.Core.ParameterModelCollection.this C# (CSharp) Method

this() public method

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