| TaskArgument | A means of obtaining the Task Argument Value from the CLI arguments, the cake.config file, and the environment variables. | 
							
								| TaskArgumentConverterAttribute | Allows you to Specify which TaskArgumentTypeConverter can be used on a particular Task Argument. | 
							
								| TaskArgumentTypeConverter<TType> | The abstract TaskArgumentTypeConverter<TType>, assists in building aITaskArgumentTypeConverter. | 
							
								| TypeConverterDependencyInjectionExtensions | Extension methods for assisting in Adding TypeConverters to the CakeHost. |