AssemblyAttributeCollection Class

Summary

Contains a strongly typed collection of NAnt.DotNet.Types.AssemblyAttribute objects.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["AssemblyAttributeCollection"] class Type type-node

Syntax

[Serializable()]
public class AssemblyAttributeCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
AssemblyAttributeCollection() Initializes a new instance of the NAnt.DotNet.Types.AssemblyAttributeCollection class.
AssemblyAttributeCollection(AssemblyAttribute[]) Initializes a new instance of the NAnt.DotNet.Types.AssemblyAttributeCollection class with the specified array of NAnt.DotNet.Types.AssemblyAttribute instances.
AssemblyAttributeCollection(AssemblyAttributeCollection) Initializes a new instance of the NAnt.DotNet.Types.AssemblyAttributeCollection class with the specified NAnt.DotNet.Types.AssemblyAttributeCollection instance.

Properties

Name Value Summary
this[int] AssemblyAttribute
Gets or sets the element at the specified index.
this[string] AssemblyAttribute
Gets the NAnt.DotNet.Types.AssemblyAttribute with the specified value.

Methods

Name Value Summary
Add(AssemblyAttribute) int
Adds a NAnt.DotNet.Types.AssemblyAttribute to the end of the collection.
AddRange(AssemblyAttribute[]) void
Adds the elements of a NAnt.DotNet.Types.AssemblyAttribute array to the end of the collection.
AddRange(AssemblyAttributeCollection) void
Adds the elements of a NAnt.DotNet.Types.AssemblyAttributeCollection to the end of the collection.
Contains(AssemblyAttribute) bool
Determines whether a NAnt.DotNet.Types.AssemblyAttribute is in the collection.
Contains(string) bool
Determines whether a NAnt.DotNet.Types.AssemblyAttribute with the specified value is in the collection.
CopyTo(AssemblyAttribute[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() AssemblyAttributeEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(AssemblyAttribute) int
Retrieves the index of a specified NAnt.DotNet.Types.AssemblyAttribute object in the collection.
Insert(int, AssemblyAttribute) void
Inserts a NAnt.DotNet.Types.AssemblyAttribute into the collection at the specified index.
Remove(AssemblyAttribute) void
Removes a member from the collection.