CollectionEx<T> Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The CollectionEx<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollectionEx<T> | Overloaded. |
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<T>.) | |
AddRange | ||
Clear | (Inherited from Collection<T>.) | |
ClearItems | (Overrides Collection<T>.ClearItems().) | |
Contains | (Inherited from Collection<T>.) | |
CopyTo | (Inherited from Collection<T>.) | |
Equals | (Inherited from Object.) | |
Exists | ||
Finalize | (Inherited from Object.) | |
Find | ||
FindIndex | Overloaded. | |
ForEach | ||
GetEnumerator | (Inherited from Collection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<T>.) | |
Insert | (Inherited from Collection<T>.) | |
InsertItem | (Overrides Collection<T>.InsertItem(Int32, T).) | |
MemberwiseClone | (Inherited from Object.) | |
OnCollectionChanged | ||
Remove | (Inherited from Collection<T>.) | |
RemoveAt | (Inherited from Collection<T>.) | |
RemoveItem | (Overrides Collection<T>.RemoveItem(Int32).) | |
SetItem | (Overrides Collection<T>.SetItem(Int32, T).) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<T>.) | |
Item | (Inherited from Collection<T>.) | |
Items | (Inherited from Collection<T>.) |
Events
Name | Description | |
---|---|---|
CollectionChanged |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<T>.) | |
IList.Contains | (Inherited from Collection<T>.) | |
ICollection.CopyTo | (Inherited from Collection<T>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<T>.) | |
IList.IndexOf | (Inherited from Collection<T>.) | |
IList.Insert | (Inherited from Collection<T>.) | |
IList.IsFixedSize | (Inherited from Collection<T>.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | (Inherited from Collection<T>.) | |
IList.IsReadOnly | (Inherited from Collection<T>.) | |
ICollection.IsSynchronized | (Inherited from Collection<T>.) | |
IList.Item | (Inherited from Collection<T>.) | |
IList.Remove | (Inherited from Collection<T>.) | |
ICollection.SyncRoot | (Inherited from Collection<T>.) |
See Also
Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Utilities Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |