SimpleObjectCollection is used in testing to ensure that only methods of the ICollection interface are accessible.
More...
|
readonly List< object > | contents = new List<object>() |
|
SimpleObjectCollection is used in testing to ensure that only methods of the ICollection interface are accessible.
NUnit.TestUtilities.Collections.SimpleObjectCollection.SimpleObjectCollection |
( |
IEnumerable< object > |
source | ) |
|
|
inline |
NUnit.TestUtilities.Collections.SimpleObjectCollection.SimpleObjectCollection |
( |
params object[] |
source | ) |
|
|
inline |
void NUnit.TestUtilities.Collections.SimpleObjectCollection.CopyTo |
( |
Array |
array, |
|
|
int |
index |
|
) |
| |
|
inline |
IEnumerator NUnit.TestUtilities.Collections.SimpleObjectCollection.GetEnumerator |
( |
| ) |
|
|
inline |
readonly List<object> NUnit.TestUtilities.Collections.SimpleObjectCollection.contents = new List<object>() |
|
private |
int NUnit.TestUtilities.Collections.SimpleObjectCollection.Count |
|
get |
bool NUnit.TestUtilities.Collections.SimpleObjectCollection.IsSynchronized |
|
get |
object NUnit.TestUtilities.Collections.SimpleObjectCollection.SyncRoot |
|
get |
The documentation for this class was generated from the following file: