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

GetObject() public method

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