TestClassExtensions..::..GetMemberName Method (Expression)

Gets the name of the member.

Namespace:  FastMoq.Extensions
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public static string GetMemberName(
	Expression memberLambda
)
Public Shared Function GetMemberName ( _
	memberLambda As Expression _
) As String
public:
static String^ GetMemberName(
	Expression^ memberLambda
)

Parameters

memberLambda
Type: Expression
The member lambda.

Return Value

System.String.