ObjectPath.ForEachProperty(Object, Action<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Apply an action to all properties in an object.
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))
Parameters
- obj
- Object
Object to map against.