Return the amount of times a property has been called
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
Parameters
- type
- Type: SystemString
String representation of Type - propertyName
- Type: SystemString
String representation of the Property
Return Value
Type: Int32Number of times the property has been called
Remarks
See Also