NonNullCollection<T> Members
Include Protected Members
Include Inherited Members
This class and its members are reserved for internal use and are not intended to be used in your code.
The NonNullCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NonNullCollection<T> | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<T>.) | |
Item | (Inherited from Collection<T>.) | |
Items | (Inherited from Collection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<T>.) | |
Clear | (Inherited from Collection<T>.) | |
ClearItems | (Inherited from Collection<T>.) | |
Contains | (Inherited from Collection<T>.) | |
CopyTo | (Inherited from Collection<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<T>.) | |
Insert | (Inherited from Collection<T>.) | |
InsertItem | (Inherited from Collection<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from Collection<T>.) | |
RemoveAt | (Inherited from Collection<T>.) | |
RemoveItem | (Inherited from Collection<T>.) | |
SetItem | (Inherited from Collection<T>.) | |
ToString | (Inherited from Object.) |
Top
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>.) | |
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>.) |
Top