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 |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Assembly |
Initializes a new instance of the NAnt.DotNet.Types.AssemblyAttributeCollection class.
|
Assembly |
Initializes a new instance of the NAnt.DotNet.Types.AssemblyAttributeCollection class
with the specified array of NAnt.DotNet.Types.AssemblyAttribute instances.
|
Assembly |
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 |
int |
Adds a
NAnt.DotNet.Types.AssemblyAttribute to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.DotNet.Types.AssemblyAttribute array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.DotNet.Types.AssemblyAttributeCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.DotNet.Types.AssemblyAttribute is in the collection.
|
Contains |
bool |
Determines whether a
NAnt.DotNet.Types.AssemblyAttribute with the specified
value is in the collection.
|
CopyTo |
void |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
GetEnumerator |
Assembly |
Returns an enumerator that can iterate through the collection.
|
IndexOf |
int |
Retrieves the index of a specified
NAnt.DotNet.Types.AssemblyAttribute object in the collection.
|
Insert |
void |
Inserts a
NAnt.DotNet.Types.AssemblyAttribute into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|