Partager via


ObjectPath.ForEachProperty(Object, Action<String,Object>) Méthode

Définition

Appliquer une action à toutes les propriétés d’un objet.

public static void ForEachProperty (object obj, Action<string,object> action);
static member ForEachProperty : obj * Action<string, obj> -> unit
Public Shared Sub ForEachProperty (obj As Object, action As Action(Of String, Object))

Paramètres

obj
Object

Objet à mapper.

action
Action<String,Object>

Action à entreprendre.

S’applique à