XsltParameterCollection Class

Summary

Contains a collection of NAnt.Core.Types.XsltParameter elements.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["XsltParameterCollection"] class Type type-node

Syntax

[Serializable()]
public class XsltParameterCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
XsltParameterCollection() Initializes a new instance of the NAnt.Core.Types.XsltParameterCollection class.
XsltParameterCollection(XsltParameter[]) Initializes a new instance of the NAnt.Core.Types.XsltParameterCollection class with the specified array of NAnt.Core.Types.XsltParameter instances.
XsltParameterCollection(XsltParameterCollection) Initializes a new instance of the NAnt.Core.Types.XsltParameterCollection class with the specified NAnt.Core.Types.XsltParameterCollection instance.

Properties

Name Value Summary
this[int] XsltParameter
Gets or sets the element at the specified index.
this[string] XsltParameter
Gets the NAnt.Core.Types.XsltParameter with the specified name.

Methods

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