Method modifycheck
modifycheck(Int32)
Check if the collection has been modified since a specified time, expressed as a stamp value.
Declaration
protected virtual void modifycheck(int thestamp)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | thestamp | The stamp identifying the target time |
Exceptions
Type | Condition |
---|---|
CollectionModifiedException | if this collection has been updated since a target time |