MockGetCallIndexerCounter Method

Typemock Isolator Developer Guide
Return the amount of times an indexer has been called

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public int GetCallIndexerCounter()

Return Value

Type: Int32
Number of times the indexer has been called
Remarks

See GetCallCount(String)
See Also

Reference