@foreach


Description:

public void @foreach (MetaForeachFunc func)

Calls the given function on each of the meta container's set metadata fields.

Parameters:

this

A MetaContainer

func

A function to call on each of this's set metadata fields

user_data

User data to send to func