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 | 
|---|---|
| Serializable | 
						
Constructors
| Name | Summary | 
|---|---|
| Xslt | 
									
    Initializes a new instance of the
    NAnt.Core.Types.XsltExtensionObjectCollection class.
     | 
							
| Xslt | 
									
    Initializes a new instance of the
    NAnt.Core.Types.XsltExtensionObjectCollection class with the
    specified array of NAnt.Core.Types.XsltExtensionObject instances.
     | 
							
| Xslt | 
									
    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 | 
								int | 
									 
    Adds a  
								NAnt.Core.Types.XsltExtensionObject to the end of the collection.
     | 
							
| AddRange | 
								void | 
									 
    Adds the elements of a  
								NAnt.Core.Types.XsltExtensionObject array to the
    end of the collection.
     | 
							
| AddRange | 
								void | 
									 
    Adds the elements of a  
								NAnt.Core.Types.XsltExtensionObjectCollection
    to the end of the collection.
     | 
							
| Contains | 
								bool | 
									 
    Determines whether a  
								NAnt.Core.Types.XsltExtensionObject with the
    specified value is in the collection.
     | 
							
| Contains | 
								bool | 
									 
    Determines whether a  
								NAnt.Core.Types.XsltExtensionObject 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 | 
								Xslt | 
								
									 
    Returns an enumerator that can iterate through the collection.
     
								 | 
							
| IndexOf | 
								int | 
									 
    Retrieves the index of a specified  
								NAnt.Core.Types.XsltExtensionObject
    object in the collection.
     | 
							
| Insert | 
								void | 
									 
    Inserts a  
								NAnt.Core.Types.XsltExtensionObject into the collection at
    the specified index.
     | 
							
| Remove | 
								void | 
									 
    Removes a member from the collection.
     
								 | 
							
