Castle.MonoRail.Framework.Configuration.ServiceEntryCollection.GetService C# (CSharp) Method

GetService() public method

Gets the service.
public GetService ( ServiceIdentification id ) : Type
id ServiceIdentification The id.
return System.Type
		public Type GetService(ServiceIdentification id)
		{
			return (Type) service2Impl[ToInterface(id)];
		}