NAnt SDK Documentation - v0.92

CompilerWarningCollection Class

Contains a collection of CompilerWarning elements.

For a list of all members of this type, see CompilerWarningCollection Members.

System.Object
   System.Collections.CollectionBase
      NAnt.DotNet.Types.CompilerWarningCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class CompilerWarningCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class CompilerWarningCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.DotNet.Types

Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)

See Also

CompilerWarningCollection Members | NAnt.DotNet.Types Namespace