NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.CodebehindExtensions Field

[This is preliminary documentation and subject to change.]

Contains a list of extensions for all file types that should be treated as 'code-behind' when looking for resources. Ultimately this will determine if we use the "namespace+filename" or "namespace+classname" algorithm, since code-behind will use the "namespace+classname" algorithm.

[Visual Basic]
Protected Shared CodebehindExtensions As String()
[C#]
protected static string[] CodebehindExtensions;

Remarks

Missing <remarks> documentation for F:NAnt.DotNet.Tasks.CompilerBase.CodebehindExtensions

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace