 | 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
Syntaxprotected abstract TData GetValue(
TComponent target
)
Protected MustOverride Function GetValue (
target As TComponent
) As TData
protected:
virtual TData GetValue(
TComponent target
) abstract
abstract GetValue :
target : 'TComponent -> 'TData
Parameters
- target
- Type: TComponent
Target to get value from.
Return Value
Type:
TDataCurrent value to set.
See Also