NAnt SDK Documentation - v0.92

AssemblyAttributeCollection Class

Contains a strongly typed collection of AssemblyAttribute objects.

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

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

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class AssemblyAttributeCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class AssemblyAttributeCollection : 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

AssemblyAttributeCollection Members | NAnt.DotNet.Types Namespace