LambdaExpression.Name 属性

定义

获取 lambda 表达式的名称。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

lambda 表达式的名称。

注解

用于调试。

适用于