Click or drag to resize

ComponentDataProviderTComponent, TDataGetValue Method

Derived classes should return the current value to set if this method is called. The target is already checked for null reference.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract TData GetValue(
	TComponent target
)

Parameters

target
Type: TComponent
Target to get value from.

Return Value

Type: TData
Current value to set.
See Also