XmlSchemaReferenceCollection Class

Summary

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

Syntax

[Serializable()]
public class XmlSchemaReferenceCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
XmlSchemaReferenceCollection() Initializes a new instance of the NAnt.Contrib.Types.XmlSchemaReferenceCollection class.
XmlSchemaReferenceCollection(XmlSchemaReference[]) Initializes a new instance of the NAnt.Contrib.Types.XmlSchemaReferenceCollection class with the specified array of NAnt.Contrib.Types.XmlSchemaReference instances.
XmlSchemaReferenceCollection(XmlSchemaReferenceCollection) Initializes a new instance of the NAnt.Contrib.Types.XmlSchemaReferenceCollection class with the specified NAnt.Contrib.Types.XmlSchemaReferenceCollection instance.

Properties

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

Methods

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