Returns the name of the bound member of the lambda bindingExpression using the bindingMode.
bindingExpression
bindingMode
Optional
To refer to an instance member without an instance use memberOf or keyof
addField(nameof(() => memberOf(UserProjectDataResource).statPlotFramesPerSecond)); Copy
addField(nameof(() => memberOf(UserProjectDataResource).statPlotFramesPerSecond));
Returns the name of the bound member of the lambda
bindingExpressionusing thebindingMode.