AttributeList Members
Represents a collection of XML attributes.
The following tables list the members exposed by the AttributeList type.
Public Constructors
Name | Description | |
---|---|---|
AttributeList |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of XML attributes in the collection. |
![]() |
IsFixedSize | Gets a value indicating whether the size of the collection can be changed. |
![]() |
IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() |
Item | Gets or sets the XML attribute at the specified index. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Adds the specified XML attribute to the collection. |
![]() |
Clear | Removes all the items from the collection. |
![]() |
Contains | Determines whether the specified XML attribute exists in the collection. |
![]() |
CopyTo | Copies the XML attributes of the collection to the specified an array of type XmlAttribute starting at the specified index in the array. |
![]() |
Equals | Overloaded. Overridden. |
![]() |
GetEnumerator | Gets an IEnumerator that can iterate through the collection. |
![]() |
GetHashCode | Overridden. Returns the hash code for the AttributeList. |
![]() |
GetType | (Inherited from Object ) |
![]() |
IndexOf | Returns the zero-based index of the first occurrence of an XML attribute in the collection. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
Remove | Removes the specified XML attribute from the collection. |
![]() |
RemoveAt | Removes the XML attribute at the specified index from the collection. |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo |
Top