MockManagerCalledIndexerCounter 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 static int CalledIndexerCounter(
	string type
)

Parameters

type
Type: SystemString
String representation of Type

Return Value

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

See CalledCounter(String, String)
See Also

Reference