CSharpReference<TResult> Constructors
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 a new instance of the CSharpReference<TResult> class.
Overloads
CSharpReference<TResult>() |
Initializes a new instance of the CSharpReference<TResult> class. |
CSharpReference<TResult>(String) |
Initializes a new instance of the CSharpReference<TResult> class with specified expression text. |
CSharpReference<TResult>()
Initializes a new instance of the CSharpReference<TResult> class.
public:
CSharpReference();
public CSharpReference ();
Public Sub New ()
Applies to
CSharpReference<TResult>(String)
Initializes a new instance of the CSharpReference<TResult> class with specified expression text.
public:
CSharpReference(System::String ^ expressionText);
public CSharpReference (string expressionText);
new Microsoft.CSharp.Activities.CSharpReference<'Result> : string -> Microsoft.CSharp.Activities.CSharpReference<'Result>
Public Sub New (expressionText As String)
Parameters
- expressionText
- String
The expression text.