ns-System.Linq.Expressions.xml 1.3 KB

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Namespace Name="System.Linq.Expressions">
  3. <Docs>
  4. <summary>
  5. <attribution license="cc4" from="Microsoft" modified="false" />
  6. <para>The <see cref="N:System.Linq.Expressions" /> namespace contains classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.</para>
  7. </summary>
  8. <remarks>
  9. <attribution license="cc4" from="Microsoft" modified="false" />
  10. <para>The abstract class <see cref="T:System.Linq.Expressions.Expression" /> provides the root of a class hierarchy used to model expression trees.</para>
  11. <para>The classes in this namespace that derive from <see cref="T:System.Linq.Expressions.Expression" />, for example <see cref="T:System.Linq.Expressions.MemberExpression" /> and <see cref="T:System.Linq.Expressions.ParameterExpression" />, are used to represent nodes in an expression tree. The <see cref="T:System.Linq.Expressions.Expression" /> class contains static (Shared in Visual Basic) factory methods to create expression tree nodes of the various types.</para>
  12. <para>The enumeration type <see cref="T:System.Linq.Expressions.ExpressionType" /> specifies the unique node types.</para>
  13. </remarks>
  14. </Docs>
  15. </Namespace>