net40
namespace System.Activities.Expressions
{
public sealed class ArgumentValue<T> : CodeActivity<T>
{
protected override T Execute(CodeActivityContext context);
}
}
.NET Framework | 4.0 |
---|---|
Information specific to net40 | |
Assembly | System.Activities , Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |