9 /// A class that provides runtime evaluation of member names using <see cref="Expression"/>. Note that this class should not be used when performances matter.
10 /// </summary>
11 /// <typeparam name="TType">The type that contains the member to retrieve.</typeparam>