﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.CSharp</name>
  </assembly>
  <members>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.BinaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Linq.Expressions.ExpressionType,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新的 CSharp 二元运算联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="operation">
                二元运算类型。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新的 CSharp 二元运算联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
      <summary>
              初始化新 CSharp 转换联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="type">
                要转换为的类型。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <returns>
              返回新 CSharp 转换联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 获取索引联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新 CSharp 获取索引联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 获取成员联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="name">
                要获取的成员的名称。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新 CSharp 获取成员联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 调用联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新 CSharp 调用联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 调用构造函数联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新 CSharp 调用构造函数联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Collections.Generic.IEnumerable{System.Type},System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 调用成员联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="name">
                要调用的成员的名称。
              </param>
      <param name="typeArguments">
                为此调用指定的类型参数的列表。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新 CSharp 调用成员联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
      <summary>
              初始化新 CSharp 是事件联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="name">
                要查找的事件的名称。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <returns>
              返回新 CSharp 是事件联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 设置索引联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回在新 CSharp 设置索引联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新 CSharp 设置成员联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="name">
                要设置的成员的名称。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回在新 CSharp 设置成员联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.UnaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Linq.Expressions.ExpressionType,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
      <summary>
              初始化新的 CSharp 一元操作联编程序。
            </summary>
      <param name="flags">
                用来初始化联编程序标志。
              </param>
      <param name="operation">
                一元运算类型。
              </param>
      <param name="context">
                <see cref="T:System.Type" /> ，该值指示使用此操作。
              </param>
      <param name="argumentInfo">
                序列 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 此操作的参数的实例。
              </param>
      <returns>
              返回新的 CSharp 一元操作联编程序。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
      <summary>
              初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。
            </summary>
      <param name="flags">
                参数的标志。
              </param>
      <param name="name">
                参数，如果名为; 的名称否则为，为 null。
              </param>
      <returns>
              <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。
            </returns>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
      <summary>
              初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 类的新实例。
            </summary>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              新实例初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 包含序列化数据的类。
            </summary>
      <param name="info">
                对象，该对象包含有关所引发的异常的序列化的对象数据...
              </param>
      <param name="context">
                关于来源和目标的上下文信息
              </param>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
      <summary>
              新实例初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 类，该类具有指定的错误消息。
            </summary>
      <param name="message">
                描述该异常的消息。
                 此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。
              </param>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
      <summary>
              新实例初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 类，该类具有指定的错误消息和对导致此异常的内部异常的引用。
            </summary>
      <param name="message">
                解释异常原因的错误消息。
              </param>
      <param name="innerException">
                如果未不指定任何内部异常为当前的异常，则为 null 引用的原因的异常。
              </param>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
      <summary>
              使用由系统提供的用来描述错误的消息初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类的新实例。
            </summary>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              用序列化数据初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类的新实例。
            </summary>
      <param name="info">
                <see cref="T:System.Runtime.Serialization.SerializationInfo" />，它保存关于所引发异常的序列化对象数据。
              </param>
      <param name="context">
                <see cref="T:System.Runtime.Serialization.StreamingContext" />，它包含关于源或目标的上下文信息。
              </param>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
      <summary>
              使用指定的描述错误的消息初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类的新实例。
            </summary>
      <param name="message">
                描述该异常的消息。
                 此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。
              </param>
    </member>
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
      <summary>
              新实例初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类，该类具有指定的错误消息和对导致此异常的内部异常的引用。
            </summary>
      <param name="message">
                解释异常原因的错误消息。
              </param>
      <param name="innerException">
                如果未不指定任何内部异常为当前的异常，则为 null 引用的原因的异常。
              </param>
    </member>
    <member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
      <summary>
              包含用于创建动态调用站点联编程序 CSharp 的工厂方法。
            </summary>
    </member>
    <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
      <summary>
              表示有关特定于调用站点上的特定自变量的 C# 动态操作的信息。
               此类的实例由 C# 编译器生成。
            </summary>
    </member>
    <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
      <summary>
              表示有关特定于调用站点上的特定自变量的 C# 动态操作的信息。
               此类的实例由 C# 编译器生成。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
      <summary>
              没有要表示的其他信息。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
      <summary>
              在绑定期间应视为参数的编译时类型。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
      <summary>
              此参数是一个常量。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
      <summary>
              此参数是命名的参数。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
      <summary>
              参数传递给 ref 参数。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
      <summary>
              参数传递给一个输出参数。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
      <summary>
              此参数是 <see cref="T:System.Type" /> ，该值指示在源中使用的实际类型名称。
               只用于静态调用中的目标对象。
            </summary>
    </member>
    <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
      <summary>
              表示有关不特定于调用站点上的特定自变量的 C# 动态操作的信息。
               此类的实例由 C# 编译器生成。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
      <summary>
              没有为此绑定所需任何其他信息。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
      <summary>
              计算此联编程序发生在 checked 上下文中。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
      <summary>
              联编程序表示一个简单的名称的调用。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
      <summary>
              联编程序表示对特殊名称调用。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
      <summary>
              联编程序表示的逻辑和 or 逻辑或使用条件逻辑运算符计算的一部分。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
      <summary>
              联编程序表示的显式转换。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
      <summary>
              联编程序表示数组创建表达式中使用的隐式转换。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
      <summary>
              任何绑定结果要作为一个设置索引的索引，以获得或获取索引联编程序。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
      <summary>
              此设置索引或集成员中的值来自一个复合赋值运算符。
            </summary>
    </member>
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
      <summary>
              在一个位置，不需要的结果，并因此可绑定到一个 void 返回方法使用联编程序。
            </summary>
    </member>
    <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
      <summary>
              表示在处理 C# 运行时绑定器中的动态绑定时发生的错误。
            </summary>
    </member>
    <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
      <summary>
              表示在处理 C# 运行时绑定器中的动态绑定时发生的错误。
            </summary>
    </member>
  </members>
</doc>