We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns the MemberInfo.
Namespace: CodeJam.ReflectionAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static MemberInfo Member<TValue>( Expression<Func<TValue>> expression )
VB
Public Shared Function Member(Of TValue) ( expression As Expression(Of Func(Of TValue)) ) As MemberInfo
F#
static member Member : expression : Expression<Func<'TValue>> -> MemberInfo
1(System.Linq.Expressions.Expression{System.Func{
Type: MemberInfoThe MemberInfo instance.
InfoOf ClassMember OverloadCodeJam.Reflection Namespace