Class MockCollection
Inheritance
System.Object
MockCollection
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.Compatibility
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[ComVisible(true)]
[Guid("9D9620BB-8673-4265-B6BC-A6EF0A536F60")]
[ClassInterface(ClassInterfaceType.None)]
public class MockCollection : IMockCollection
Methods
_NewEnum()
Declaration
public IEnumerator _NewEnum()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Add(ref Object, ref Object, ref Object, ref Object)
Declaration
public 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
public int Count()
Returns
Type | Description |
---|---|
System.Int32 |
Item(ref Object)
Declaration
public object Item(ref object Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index |
Returns
Type | Description |
---|---|
System.Object |
Remove(ref Object)
Declaration
public void Remove(ref object Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index |