Interface IMockCollection
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[Guid("E56DD62E-5282-4ca0-8AE5-9B40D173B39E")]
[ComVisible(true)]
public interface IMockCollection
Methods
_NewEnum()
Declaration
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Add(ref Object, ref Object, ref Object, ref Object)
Declaration
void Add(ref object Item, ref object Key, ref object Before, ref object After)
Parameters
Type |
Name |
Description |
System.Object |
Item |
|
System.Object |
Key |
|
System.Object |
Before |
|
System.Object |
After |
|
Count()
Declaration
Returns
Type |
Description |
System.Int32 |
|
Item(ref Object)
Declaration
object Item(ref object Index)
Parameters
Type |
Name |
Description |
System.Object |
Index |
|
Returns
Type |
Description |
System.Object |
|
Remove(ref Object)
Declaration
void Remove(ref object Index)
Parameters
Type |
Name |
Description |
System.Object |
Index |
|