SRTPHelper Type
Static members
| Static member |
Description
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, arg1, intrinsic)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
arg2 : 'a
intrinsic : string
Returns: TypeRefAtom
Modifiers: inline Type parameters: 'a |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, intrinsic)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
intrinsic : string
Returns: TypeRefAtom
Modifiers: inline |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, arg1, path)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
arg2 : 'a
path : TransientTypePath
Returns: TypeRefAtom
Modifiers: inline Type parameters: 'a |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, arg1, path)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
arg2 : 'a
path : TypePath
Returns: TypeRefAtom
Modifiers: inline Type parameters: 'a |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, arg1, widget)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
arg2 : 'a
widget : WidgetBuilder<Type>
Returns: TypeRefAtom
Modifiers: inline Type parameters: 'a |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, path)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
path : TransientTypePath
Returns: TypeRefAtom
Modifiers: inline |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, path)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
path : TypePath
Returns: TypeRefAtom
Modifiers: inline |
|
Full Usage:
SRTPHelper.Create(scope, resolvedType, widget)
Parameters:
RenderScopeStore
resolvedType : ResolvedType
widget : WidgetBuilder<Type>
Returns: TypeRefAtom
Modifiers: inline |
|