CompilerBase.

CompileResxResources(StringCollection) Method

Summary

Compiles a set of resx files to a .resources files.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

protected void CompileResxResources(StringCollection resxFiles)

Parameters

Name Type Description
resxFiles StringCollection The set of resx files to compile.

Return Value

Type Description
void