Overloads the "in" operator. It will simply call the delegate stored in the struct passing in the given delegate and the value stored in the struct.
the delegate to pass the delegate stored in the struct
whatever the delegate stored in the struct returns
restore
See Implementation
Overloads the "in" operator. It will simply call the delegate stored in the struct passing in the given delegate and the value stored in the struct.