Прочитај на енглеском Уреди

Делите путем


ExpressionBuilder(String, String) Constructor

Definition

Initializes a new instance of the ExpressionBuilder class.

C#
public ExpressionBuilder(string expressionPrefix, string theType);

Parameters

expressionPrefix
String

A string that identifies the type of expression to retrieve.

theType
String

A string that specifies the expression type.

Examples

The following code example demonstrates how to create an ExpressionBuilder object. This code example is part of a larger example provided for the ExpressionBuilderCollection class.

C#
// Create a new ExpressionBuilder reference.
ExpressionBuilder myExpressionBuilder =
  new ExpressionBuilder("myCustomExpression", "MyCustomExpressionBuilder");

Applies to

Производ Верзије
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1