DataMemberWalkerWalk(Type, JsonConfDataMemberWalkerCallback) Method

Walks over the data-member structure in the provided type. Executing the callback for each encountered.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void Walk(
	Type type,
	JsonConfDataMemberWalkerCallback callback
)

Parameters

type  Type
The type to traverse the data-members of.
callback  JsonConfDataMemberWalkerCallback
The callback to trigger for each data-member encountered.

See Also