'宣言Protected Overloads Sub SetProperty(Of T)( _ ByVal propertyGetter As System.Linq.Expressions.Expression(Of Func(Of T)), _ ByRef holder As T, _ ByVal value As T, _ ByVal onChangeAction As System.Action(Of T) _ )
protected void SetProperty<T>( System.Linq.Expressions.Expression<Func<T>> propertyGetter, ref T holder, T value, System.Action<T> onChangeAction )
パラメータ
- propertyGetter
- プロパティ式。
- holder
- 値を保持するローカル変数。
- value
- 割り当てられる値。
- onChangeAction
- プロパティが更新された後に呼び出されます。
型パラメータ
- T
- プロパティタイプ。