Click or drag to resize
DVarCreateT Method (T)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public static DVar Create<T>(
	T inValue
)

Parameters

inValue
Type: T

Type Parameters

T

Return Value

Type: DVar
See Also