ProjectionMember.Last Property
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.
The last MemberInfo in the chain of MemberInfo represented by this projection member.
[System.Runtime.CompilerServices.Nullable(2)]
public System.Reflection.MemberInfo? Last { get; }
public virtual System.Reflection.MemberInfo Last { get; }
public System.Reflection.MemberInfo Last { get; }
public System.Reflection.MemberInfo? Last { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Last : System.Reflection.MemberInfo
member this.Last : System.Reflection.MemberInfo
Public ReadOnly Property Last As MemberInfo
Public Overridable ReadOnly Property Last As MemberInfo
Property Value
- Attributes
Remarks
This method is generally used to get last memberInfo to generate an alias for projection.