Click or drag to resize

SettingsBaseExecuteActionForFields Method

Executes specified action over all public derived class member fields.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+dcb224c2c063d13b940ff73569ed74de55e231c9
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void ExecuteActionForFields(
	Action<FieldInfo> fieldAction
)
View Source

Parameters

fieldAction  ActionFieldInfo
Action to execute for all derived class member fields.
See Also