XsltExtensionObjectCollection Class

Summary

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

Syntax

[Serializable()]
public class XsltExtensionObjectCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

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

Properties

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

Methods

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