InArgument<T>.FromValue(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes and returns a new InArgument<T> using the specified value.
public:
static System::Activities::InArgument<T> ^ FromValue(T constValue);
public static System.Activities.InArgument<T> FromValue (T constValue);
static member FromValue : 'T -> System.Activities.InArgument<'T>
Public Shared Function FromValue (constValue As T) As InArgument(Of T)
Parameters
- constValue
- T
The value of the argument.
Returns
The new argument.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.