<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp get index binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp get member binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="name">The name of the member to get.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp invoke binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp invoke constructor binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp invoke member binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="name">The name of the member to invoke.</param>
<paramname="typeArguments">The list of type arguments specified for this invoke.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp set index binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Initializes a new CSharp set member binder.</summary>
<paramname="flags">The flags with which to initialize the binder.</param>
<paramname="name">The name of the member to set.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<paramname="context">The <seecref="T:System.Type"/> that indicates where this operation is used.</param>
<paramname="argumentInfo">The sequence of <seecref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"/> instances for the arguments to this operation.</param>
<summary>Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.</summary>
<summary>Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.</summary>
<summary>The argument is a <seecref="T:System.Type"/> indicating an actual type name used in source. Used only for target objects in static calls.</summary>
<summary>Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.</summary>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"/> class that has serialized data.</summary>
<paramname="info">The object that holds the serialized object data about the exception being thrown.</param>
<paramname="context">The contextual information about the source or destination.</param>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"/> class that has a specified error message.</summary>
<paramname="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"/> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<paramname="message">The error message that explains the reason for the exception.</param>
<paramname="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"/> class with a system-supplied message that describes the error.</summary>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"/> class with serialized data.</summary>
<paramname="info">The <seecref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
<paramname="context">The <seecref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"/> class with a specified message that describes the error.</summary>
<paramname="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
<summary>Initializes a new instance of the <seecref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"/> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<paramname="message">The error message that explains the reason for the exception.</param>
<paramname="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>