@foreach
Description:
public void @foreach (
HFunc<
string,
DocProp> func)
Iterate through each (key, value) pair in this collection
Parameters:
| this |
the collection
|
| func |
the function called once for each element in the collection
|
| user_data |
any supplied user data
|