Castle.MonoRail.Framework.Internal.ResourceFacade.this C# (CSharp) Method

this() public method

Returns the object linked to the specific key.
public this ( string key ) : object
key string
return object
		public object this[string key]
		{
			get { return resourceManager.GetObject(key, cultureInfo); }
		}