The following tables list the members exposed by ContextAttributeCollection.
| Name | Description | |
|---|---|---|
![]() | ContextAttributeCollection Constructor | Allows initialization of a new instance by the internal caller |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from System.Collections.ReadOnlyCollectionBase) |
![]() | Item | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | InnerList | (Inherited from System.Collections.ReadOnlyCollectionBase) |
| Name | Description | |
|---|---|---|
![]() | Add | Allows adding new attributes |
![]() | AddRange | Adds the attributes from specified ICollection to this collection |
![]() | Contains | Determines if the specifies attribute is in the collection |
![]() | GetEnumerator | (Inherited from System.Collections.ReadOnlyCollectionBase) |
![]() | IndexOf | Searches of the first occurance of the specified attribute in the collection |
![]() | Insert | Allows insertion of a new attribute at specified position |
![]() | Remove | Removes attribute |



