CodeGenerator.GenerateMethodReferenceExpression Method
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.
Generates code for the specified method reference expression.
protected:
abstract void GenerateMethodReferenceExpression(System::CodeDom::CodeMethodReferenceExpression ^ e);
protected abstract void GenerateMethodReferenceExpression (System.CodeDom.CodeMethodReferenceExpression e);
abstract member GenerateMethodReferenceExpression : System.CodeDom.CodeMethodReferenceExpression -> unit
Protected MustOverride Sub GenerateMethodReferenceExpression (e As CodeMethodReferenceExpression)
Parameters
The expression to generate code for.