@foreach


Description:

public void @foreach (TagForeachFunc func)

Calls the given function for each tag inside the tag list.

Note that if there is no tag, the function won't be called at all.

Parameters:

this

list to iterate over

func

function to be called for each tag

user_data

user specified data