@foreach


Description:

[ Version ( since = "3.60" ) ]
public void @foreach (VCardForeachFlags flags, VCardForeachFunc func)

Calls func for each attribute in the this.

The func returns true to continue the walk-through, or false to stop.

Parameters:

this

an VCard

flags

a bit-or of VCardForeachFlags

func

an VCardForeachFunc callback function

user_data

user data passed to the func