Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 348 Bytes

File metadata and controls

6 lines (5 loc) · 348 Bytes
Define typealiases

using RedefinedName = Full type name Note that this directive is scoped to the file it is included only.

Expression for accessing expressions structure

To get the member information for an expression of the obj => obj.member kind, use the (expression.Body as MemberExpression).Member code.