Click or drag to resize
AccessSetFieldT Method
Sets the field's value and raises PropertyChanged.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected bool SetField<T>(
	ref T field,
	T value,
	Expression<Func<T>> selectorExpression
)

Parameters

field
Type: T
value
Type: T
selectorExpression
Type: System.Linq.ExpressionsExpressionFuncT

Type Parameters

T

Return Value

Type: Boolean
See Also