1
0
mirror of synced 2024-09-23 19:18:21 +02:00

Fix for csv parsing

This commit is contained in:
KillzXGaming 2020-05-03 18:44:06 -04:00
parent 13dbe45b43
commit 0f05011435
112 changed files with 18652 additions and 4 deletions

View File

@ -18,6 +18,10 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@ -51,6 +51,9 @@
<HintPath>..\Toolbox\Lib\CSCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CsvHelper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
<HintPath>..\packages\CsvHelper.8.0.0\lib\net45\CsvHelper.dll</HintPath>
</Reference>
<Reference Include="Cyotek.Windows.Forms.ImageBox">
<HintPath>..\Toolbox\Lib\Cyotek.Windows.Forms.ImageBox.dll</HintPath>
</Reference>
@ -167,11 +170,13 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.CompilerServices.Unsafe">
<HintPath>..\Switch_FileFormatsMain\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
<Private>True</Private>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
<Private>False</Private>

View File

@ -1,17 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AssimpNet" version="4.1.0" targetFramework="net462" />
<package id="CsvHelper" version="8.0.0" targetFramework="net462" />
<package id="DirectXTexNet" version="1.0.0-rc3" targetFramework="net462" />
<package id="IonKiwi.lz4.net" version="1.0.11" targetFramework="net462" />
<package id="K4os.Compression.LZ4" version="1.1.1" targetFramework="net462" />
<package id="K4os.Compression.LZ4.Streams" version="1.1.1" targetFramework="net462" />
<package id="K4os.Hash.xxHash" version="1.0.5" targetFramework="net462" />
<package id="lz4net" version="1.0.15.93" targetFramework="net462" />
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net462" />
<package id="Rebex.Common" version="2.5.6930" targetFramework="net462" />
<package id="SharpZipLib" version="1.1.0" targetFramework="net462" />
<package id="System.Buffers" version="4.4.0" targetFramework="net462" />
<package id="System.Memory" version="4.5.1" targetFramework="net462" />
<package id="System.Numerics.Vectors" version="4.4.0" targetFramework="net462" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.0" targetFramework="net462" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net462" />
<package id="System.Threading.Tasks.Extensions" version="4.5.3" targetFramework="net462" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
</packages>

View File

@ -15,6 +15,10 @@
<assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup>

BIN
packages/CsvHelper.8.0.0/.signature.p7s vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

Binary file not shown.

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contains factory methods to create dynamic call site binders for CSharp.</summary>
</member>
<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>Initializes a new CSharp binary operation binder.</summary>
<returns>Returns a new CSharp binary operation binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="operation">The binary operation kind.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initializes a new CSharp convert binder.</summary>
<returns>Returns a new CSharp convert binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="type">The type to convert to.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp get index binder.</summary>
<returns>Returns a new CSharp get index binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp get member binder.</summary>
<returns>Returns a new CSharp get member binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to get.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp invoke binder.</summary>
<returns>Returns a new CSharp invoke binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp invoke constructor binder.</summary>
<returns>Returns a new CSharp invoke constructor binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp invoke member binder.</summary>
<returns>Returns a new CSharp invoke member binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to invoke.</param>
<param name="typeArguments">The list of type arguments specified for this invoke.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initializes a new CSharp is event binder.</summary>
<returns>Returns a new CSharp is event binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the event to look for.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp set index binder.</summary>
<returns>Returns a new CSharp set index binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp set member binder.</summary>
<returns>Returns a new CSharp set member binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to set.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp unary operation binder.</summary>
<returns>Returns a new CSharp unary operation binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="operation">The unary operation kind.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</summary>
<returns>A new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</returns>
<param name="flags">The flags for the argument.</param>
<param name="name">The name of the argument, if named; otherwise null.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<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>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>The argument is a constant.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>The argument is passed to an out parameter.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>The argument is passed to a ref parameter.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>The argument is a <see cref="T:System.Type" /> indicating an actual type name used in source. Used only for target objects in static calls.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>The argument is a named argument.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>No additional information to represent.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>The argument's compile-time type should be considered during binding.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<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>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>The evaluation of this binder happens in a checked context.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>The binder represents an implicit conversion for use in an array creation expression.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>The binder represents an explicit conversion.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>The binder represents an invoke on a simple name.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>The binder represents an invoke on a specialname.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>There is no additional information required for this binder.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>The binder is used in a position that does not require a result, and can therefore bind to a void returning method.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>The result of any bind is going to be indexed get a set index or get index binder.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>The value in this set index or set member comes a compound assignment operator.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message.</summary>
<param name="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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="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>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a system-supplied message that describes the error.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a specified message that describes the error.</summary>
<param name="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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="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>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Enthält Factorymethoden zum Erstellen dynamischer Aufrufsitebinder für CSharp.</summary>
</member>
<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>Initialisiert einen neuen Binder für binäre CSharp-Vorgänge.</summary>
<returns>Gibt einen neuen Binder für binäre CSharp-Vorgänge zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="operation">Die Art des binären Vorgangs.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initialisiert einen neuen CSharp-Konvertierungsbinder.</summary>
<returns>Gibt einen neuen CSharp-Konvertierungsbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="type">Der Typ, in den konvertiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen Binder zum Abrufen von CSharp-Indizes.</summary>
<returns>Gibt einen neuen Binder zum Abrufen von CSharp-Indizes zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen Binder zum Abrufen von CSharp-Membern.</summary>
<returns>Gibt einen neuen Binder zum Abrufen von CSharp-Membern zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des abzurufenden Members.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen CSharp-Aufrufbinder.</summary>
<returns>Gibt einen neuen CSharp-Aufrufbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen CSharp-Aufrufkonstruktorbinder.</summary>
<returns>Gibt einen neuen CSharp-Aufrufkonstruktorbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen CSharp-Aufrufmemberbinder.</summary>
<returns>Gibt einen neuen CSharp-Aufrufmemberbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des aufzurufenden Members.</param>
<param name="typeArguments">Die Liste der für diesen Aufruf angegebenen Typargumente.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initialisiert einen neuen CSharp-ist-Ereignis-Binder.</summary>
<returns>Gibt einen neuen CSharp-ist-Ereignis-Binder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des zu suchenden Ereignisses.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen Binder zum Festlegen von CSharp-Indizes.</summary>
<returns>Gibt einen neuen Binder zum Festlegen von CSharp-Indizes zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen Binder zum Festlegen von CSharp-Membern.</summary>
<returns>Gibt einen neuen Binder zum Festlegen von CSharp-Membern zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des festzulegenden Members.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen Binder für unäre CSharp-Vorgänge.</summary>
<returns>Gibt einen neuen Binder für unäre CSharp-Vorgänge zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="operation">Die Art des unären Vorgangs.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Klasse.</summary>
<returns>Eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Klasse.</returns>
<param name="flags">Die Flags für das Argument.</param>
<param name="name">Der Name des Arguments, wenn es sich um ein benanntes Argument handelt, andernfalls NULL.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>Das Argument ist eine Konstante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>Das Argument wird an einen Out-Parameter übergeben.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>Das Argument wird an einen Ref-Parameter übergeben.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>Das Argument ist ein <see cref="T:System.Type" />, der einen tatsächlichen, in der Quelle verwendeten Typnamen angibt.Wird nur für Zielobjekte in statischen Aufrufen verwendet.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>Das Argument ist ein benanntes Argument.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Es sind keine weitere Informationen vorhanden, die dargestellt werden können.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>Während der Bindung muss der Kompilierzeittyp des Arguments berücksichtigt werden.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Stellt Informationen zu dynamischen C#-Vorgängen dar, die nicht spezifisch für bestimmte Argumente auf einer Aufrufsite sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Der Binder stellt ein logisches AND oder logisches OR dar, das Teil einer bedingten logischen Operatorauswertung ist.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>Die Auswertung für diesen Binder erfolgt in einem überprüften Kontext.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Der Binder stellt eine implizite Konvertierung für die Verwendung in einem Arrayerstellungsausdruck dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Der Binder stellt eine explizite Konvertierung dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>Der Binder stellt einen Aufruf für einen einfachen Namen dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>Der Binder stellt einen Aufruf für einen besonderen Namen dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Für diesen Binder sind keine zusätzlichen Informationen erforderlich.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Der Binder wird an einer Position verwendet, an der kein Ergebnis erforderlich ist, und kann daher an eine leere Rückgabemethode binden.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>Das Ergebnis einer Bindung wird indiziert, es wird ein Binder zum Festlegen oder Abrufen von Indizes abgerufen.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>Der Wert in diesem festgelegten Index oder festgelegten Member ist ein Verbundzuweisungsoperator.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />-Klasse.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />-Klasse, die über eine angegebene Fehlermeldung verfügt.</summary>
<param name="message">Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.</summary>
<param name="message">Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.</param>
<param name="innerException">Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" />-Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" />-Klasse mit einer angegebenen Meldung, die den Fehler beschreibt.</summary>
<param name="message">Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" />-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.</summary>
<param name="message">Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.</param>
<param name="innerException">Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contiene métodos de generador que permiten crear enlazadores de sitios de llamada dinámicos para CSharp.</summary>
</member>
<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>Inicializa un nuevo enlazador de operaciones binarias de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones binarias de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="operation">Tipo de operación binaria.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Inicializa un nuevo enlazador de conversiones de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de conversiones de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="type">Tipo en el que se va a convertir.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de operaciones de obtención de índice de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de obtención de índice de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de operaciones de obtención de miembro de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de obtención de miembro de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del miembro que se va a obtener.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de invocaciones de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de invocaciones de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de invocaciones de constructor de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de invocaciones de constructor de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de invocaciones de miembro de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de invocaciones de miembro de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del miembro al que se va a invocar.</param>
<param name="typeArguments">Lista de los argumentos de tipo especificados para esta invocación.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Inicializa un nuevo enlazador de búsquedas de eventos de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de búsquedas de eventos de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del evento que se va a buscar.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de operaciones de establecimiento de índice de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de establecimiento de índice de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del miembro que se va a establecer.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de operaciones unarias de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones unarias de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="operation">Tipo de operación unaria.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Marcas para el argumento.</param>
<param name="name">Nombre del argumento, si lo tiene; de lo contrario, NULL.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>El argumento es una constante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>El argumento se pasa a un parámetro out.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>El argumento se pasa a un parámetro ref.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>El argumento es un objeto <see cref="T:System.Type" /> que indica un nombre de tipo real utilizado en origen.Únicamente se usa para los objetos de destino en las llamadas estáticas.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>Es un argumento con nombre.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Ninguna información adicional para representar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>El tipo de tiempo de compilación del argumento debe considerarse durante el enlace.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Representa información sobre las operaciones dinámicas de C# que no son específicas de argumentos concretos en un sitio de llamada.Las instancias de esta clase se generan mediante el compilador de C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>El enlazador representa un operador AND lógico u OR lógico que forma parte de una evaluación de operadores lógicos condicionales.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>La evaluación de este enlazador se lleva a cabo en un contexto comprobado.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>El enlazador representa una conversión implícita que se puede usar en una expresión de creación de matrices.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>El enlazador representa una conversión explícita.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>El enlazador representa una invocación en un nombre simple.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>El enlazador representa una invocación en un nombre especial.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Este enlazador no requiere ninguna información adicional.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>El enlazador se usa en una posición que no requiere un resultado y, por lo tanto, se puede enlazar a un método que devuelva void.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>El resultado de cualquier enlace que se vaya a indizar obtiene un enlazador de índice set o de índice get.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>El valor de este índice o miembro set se convierte en un operador de asignación compuesto.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> que tiene un mensaje de error especificado.</summary>
<param name="message">Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.</summary>
<param name="message">Mensaje de error que explica la razón de la excepción.</param>
<param name="innerException">Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un mensaje proporcionado por el sistema que describe el error.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un mensaje de error especificado que describe el error.</summary>
<param name="message">Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.</summary>
<param name="message">Mensaje de error que explica la razón de la excepción.</param>
<param name="innerException">Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contient des méthodes de fabrique pour créer des classeurs de sites d'appel dynamiques pour CSharp.</summary>
</member>
<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>Initialise un nouveau classeur d'opérations binaires CSharp.</summary>
<returns>Retourne un nouveau classeur d'opérations binaires CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="operation">Type d'opération binaire.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initialise un nouveau classeur de conversion CSharp.</summary>
<returns>Retourne un nouveau classeur de conversion CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="type">Type dans lequel convertir.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur d'obtention d'index CSharp.</summary>
<returns>Retourne un nouveau classeur d'obtention d'index CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur d'obtention de membre CSharp.</summary>
<returns>Retourne un nouveau classeur d'obtention de membre CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom du membre à obtenir.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur d'appel CSharp.</summary>
<returns>Retourne un nouveau classeur d'appel CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur de constructeurs appelés CSharp.</summary>
<returns>Retourne un nouveau classeur de constructeurs appelés CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur de membres appelés CSharp.</summary>
<returns>Retourne un nouveau classeur de membres appelés CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom du membre à appeler.</param>
<param name="typeArguments">Liste d'arguments de type spécifiés pour cet appel.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initialise un nouveau classeur d'événements CSharp.</summary>
<returns>Retourne un nouveau classeur d'événement CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom de l'événement à rechercher.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur de définition d'index CSharp.</summary>
<returns>Retourne un nouveau classeur de définition d'index CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur de définition de membre CSharp.</summary>
<returns>Retourne un nouveau classeur de définition de membre CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom du membre à définir.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur d'opérations unaires CSharp.</summary>
<returns>Retourne un nouveau classeur d'opérations unaires CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="operation">Type d'opération unaire.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Indicateurs de l'argument.</param>
<param name="name">Nom de l'argument, s'il est nommé ; sinon, null.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>L'argument est une constante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>L'argument est passé à un paramètre de sortie (out).</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>L'argument est passé à un paramètre de référence (ref).</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>L'argument est un <see cref="T:System.Type" /> qui indique un nom de type réel utilisé dans la source.Utilisé uniquement pour les objets cible dans les appels statiques.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>L'argument est un argument nommé.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Aucune information supplémentaire à représenter.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>Le type de l'argument au moment de la compilation doit être considéré pendant la liaison.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Représente les informations relatives aux opérations dynamiques en C# qui ne sont pas spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Le classeur représente un AND logique ou un OR logique faisant partie d'une évaluation d'opérateur logique conditionnelle.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>L'évaluation de ce classeur s'effectue dans un contexte vérifié (checked).</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Le classeur représente une conversion implicite pour une utilisation dans une expression de création de tableau.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Le classeur représente une conversion explicite.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>Le classeur représente un appel sur un nom simple.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>Le classeur représente un appel sur un nom spécial.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Aucune information supplémentaire n'est requise pour ce classeur.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Le classeur est utilisé à un emplacement qui ne requiert pas de résultat et peut par conséquent créer une liaison avec une méthode retournant void.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>Le résultat de n'importe quel lien sera un classeur indexé d'obtention d'index ou de membre défini.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>La valeur dans cet index défini ou membre défini provient d'un opérateur d'assignation composée.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> qui comporte un message d'erreur spécifié.</summary>
<param name="message">Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.</summary>
<param name="message">Message d'erreur indiquant la raison de l'exception.</param>
<param name="innerException">Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> avec un message système décrivant l'erreur.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> avec un message spécifié décrivant l'erreur.</summary>
<param name="message">Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.</summary>
<param name="message">Message d'erreur indiquant la raison de l'exception.</param>
<param name="innerException">Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contiene metodi factory per creare gestori di associazione del sito di chiamata dinamica per CSharp.</summary>
</member>
<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>Inizializza un nuovo gestore di associazione dell'operazione binaria di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'operazione binaria di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="operation">Tipo di operazione binaria.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Inizializza un nuovo gestore di associazione delle conversioni di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione delle conversioni di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="type">Tipo in cui eseguire la conversione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione dell'indice get di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'indice get di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione del membro get di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del membro get di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome del membro da ottenere.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione invoke di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione invoke di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione del costruttore invoke di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del costruttore invoke di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione del membro invoke di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del membro invoke di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome del membro da richiamare,</param>
<param name="typeArguments">Elenco di argomenti del tipo specificati per la chiamata.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Inizializza un nuovo gestore di associazione degli eventi is di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione degli eventi is di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome dell'evento di cui eseguire la ricerca.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione dell'indice set di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'indice set di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione del membro set di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del membro set di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome del membro da impostare.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione dell'operazione unaria di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'operazione unaria di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="operation">Tipo di operazione unaria.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Flag per l'argomento.</param>
<param name="name">Nome dell'argomento, se denominato; in caso contrario, null.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>L'argomento è una costante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>L'argomento viene passato a un parametro out.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>L'argomento viene passato a un parametro ref.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>L'argomento è un oggetto <see cref="T:System.Type" /> che indica un nome di tipo effettivo utilizzato nell'origine.Utilizzato solo per gli oggetti di destinazione in chiamate statiche.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>L'argomento è un argomento denominato.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Nessuna informazione aggiuntiva da rappresentare.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>Il tipo dell'argomento in fase di compilazione deve essere considerato durante l'associazione.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Rappresenta informazioni sulle operazioni dinamiche in C# non specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Il gestore di associazione rappresenta un operatore logico AND o OR che fa parte di una valutazione dell'operatore logico condizionale.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>La valutazione di questo gestore di associazione si verifica in un contesto verificato.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Il gestore di associazione rappresenta una conversione implicita per l'utilizzo in un'espressione di creazione di una matrice.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Il gestore di associazione rappresenta una conversione esplicita.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>Il gestore di associazione rappresenta una chiamata per un nome semplice.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>Il gestore di associazione rappresenta una chiamata per uno SpecialName.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Non sono presenti informazioni aggiuntive necessarie per questo gestore di associazione.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Il gestore di associazione viene utilizzato in una posizione che non richiede un risultato e può quindi essere associato a un metodo che restituisce void.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>Il risultato di qualsiasi associazione sarà indicizzato per ottenere un gestore di associazione dell'indice set o get.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>Il valore in questo indice set o membro set presenta un operatore di assegnazione composto.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> che include un messaggio di errore specificato.</summary>
<param name="message">Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.</summary>
<param name="message">Messaggio di errore nel quale viene indicato il motivo delleccezione</param>
<param name="innerException">Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un messaggio fornito dal sistema in cui viene descritto l'errore.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un messaggio specifico in cui viene descritto l'errore.</summary>
<param name="message">Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.</summary>
<param name="message">Messaggio di errore nel quale viene indicato il motivo delleccezione</param>
<param name="innerException">Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>CSharp の動的呼び出しサイト バインダーを作成するファクトリ メソッドが含まれています。</summary>
</member>
<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>
<returns>CSharp の新しい二項演算バインダーを返します。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>CSharp の新しい変換バインダーを初期化します。</summary>
<returns>CSharp の新しい変換バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="type">変換後の型。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
</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>
<returns>CSharp の新しいインデックス取得バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいメンバー取得バインダーを返します。</returns>
<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>
</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>
<returns>CSharp の新しい呼び出しバインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいコンストラクター バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいメンバー呼び出しバインダーを返します。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>CSharp の新しいイベント確認バインダーを初期化します。</summary>
<returns>CSharp の新しいイベント確認バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="name">検索するイベントの名前。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
</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>
<returns>CSharp の新しいインデックス設定バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいメンバー設定バインダーを返します。</returns>
<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>
</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>
<returns>CSharp の新しい単項演算バインダーを返します。</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> クラスの新しいインスタンスを初期化します。</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> クラスの新しいインスタンス。</returns>
<param name="flags">引数のフラグ。</param>
<param name="name">引数に名前がある場合はその名前。それ以外の場合は null。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>引数は定数です。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>引数は out パラメーターに渡されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>引数は ref パラメーターに渡されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>引数は、ソースで使用されている実際の型名を示す <see cref="T:System.Type" /> です。静的呼び出しのターゲット オブジェクトでのみ使用されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>引数は名前付き引数です。</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>呼び出しサイトにおける特定の引数に固有ではない、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>このバインダーは、条件論理演算子の評価の一部である論理 AND または論理 OR を表します。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>このバインダーの評価は、checked コンテキストで行われます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>このバインダーは、配列作成式で使用する暗黙の型変換を表します。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>このバインダーは、明示的な変換を表します。</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.None">
<summary>このバインダーに必要な追加情報はありません。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>バインダーは、結果を必要としない位置で使用されるため、戻り型が void のメソッドにバインドできます。</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。</summary>
</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.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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。</summary>
</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.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>
</members>
</doc>

View File

@ -0,0 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>CSharp의 동적 호출 사이트 바인더를 만드는 팩터리 메서드가 들어 있습니다.</summary>
</member>
<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>
<returns>새 CSharp 이항 연산 바인더를 반환합니다.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>새 CSharp 변환 바인더를 초기화합니다.</summary>
<returns>새 CSharp 변환 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="type">변환할 대상 형식입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
</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>
<returns>새 CSharp 인덱스 가져오기 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 멤버 가져오기 바인더를 반환합니다.</returns>
<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>
</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>
<returns>새 CSharp 호출 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 생성자 호출 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 멤버 호출 바인더를 반환합니다.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>새 CSharp 이벤트 확인 바인더를 초기화합니다.</summary>
<returns>새 CSharp 이벤트 확인 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="name">찾을 이벤트의 이름입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
</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>
<returns>새 CSharp 인덱스 설정 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 멤버 설정 바인더를 반환합니다.</returns>
<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>
</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>
<returns>새 CSharp 단항 연산 바인더를 반환합니다.</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 클래스의 새 인스턴스입니다.</returns>
<param name="flags">인수의 플래그입니다.</param>
<param name="name">명명된 경우 인수의 이름이고, 그렇지 않으면 null입니다.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>인수가 상수입니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>인수가 out 매개 변수에 전달됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>인수가 ref 매개 변수에 전달됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>인수가 소스에서 사용된 실제 형식 이름을 나타내는 <see cref="T:System.Type" />입니다.정적 호출의 대상 개체에만 사용됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>인수가 명명된 인수입니다.</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>호출 사이트의 특정 인수와 관련되지 않은 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>바인더는 조건부 논리 연산자 계산에 속하는 논리적 AND 또는 논리적 OR를 나타냅니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>이 바인더에 대한 계산은 확인된 컨텍스트에서 발생합니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>바인더는 배열 생성 식에 사용할 암시적 변환을 나타냅니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>바인더는 명시적 변환을 나타냅니다.</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.None">
<summary>이 바인더에 필요한 추가 정보가 없습니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>바인더는 결과가 필요 없는 위치에서 사용되므로 void를 반환하는 메서드에 바인딩할 수 있습니다.</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.</summary>
</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.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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.</summary>
</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.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>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Содержит фабричные методы для создания динамических связывателей источников вызова для CSharp.</summary>
</member>
<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>
<returns>Возвращает новый связыватель бинарной операции CSharp.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Инициализирует новый связыватель преобразования CSharp.</summary>
<returns>Возвращает новый связыватель преобразования CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="type">Тип, в который выполняется преобразование.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
</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>
<returns>Возвращает новый связыватель получения индекса CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель получения члена CSharp.</returns>
<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>
</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>
<returns>Возвращает новый связыватель вызова CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель вызова конструктора CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель вызова члена CSharp.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Инициализирует новый связыватель поиска события CSharp.</summary>
<returns>Возвращает новый связыватель поиска события CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="name">Имя искомого события.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
</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>
<returns>Возвращает новый связыватель задания индекса CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель задания члена CSharp.</returns>
<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>
</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>
<returns>Возвращает новый связыватель унарной операции CSharp.</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Инициализирует новый экземпляр класса <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Новый экземпляр класса <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Флаги для аргумента.</param>
<param name="name">Имя аргумента, если ему присвоено имя, или NULL в противном случае.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>Аргумент является константой.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>Аргумент, передаваемый в параметр out.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>Аргумент, передаваемый в параметр ref.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>Аргумент является объектом типа <see cref="T:System.Type" />, указывающим фактическое имя типа, используемое в источнике.Используется только для целевых объектов в статических вызовах.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>Аргумент является именованным аргументом.</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Представляет сведения о динамических операциях C#, которые не относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Связыватель представляет логическое И или логическое ИЛИ, которое является частью оценки условного логического оператора.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>Оценка данного связывателя происходит в проверяемом контексте.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Связыватель представляет неявное преобразование для использовании в выражении, создающем массив.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Связыватель представляет явное преобразование.</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.None">
<summary>Для данного связывателя не требуются дополнительные сведения.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Этот связыватель используется в позиции, не требующей результата, и, следовательно, может выполнять привязку к методу, возвращающему значение void.</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.</summary>
</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.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">Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.</summary>
</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.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">Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,191 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>包含用于为 CSharp 创建动态调用站点联编程序的工厂方法。</summary>
</member>
<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>
<returns>返回新的 CSharp 二元运算联编程序。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>初始化新的 CSharp 转换联编程序。</summary>
<returns>返回新的 CSharp 转换联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="type">要转换到的类型。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
</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>
<returns>返回新的 CSharp 获取索引联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 获取成员联编程序。</returns>
<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>
</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>
<returns>返回新的 CSharp 调用联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 调用构造函数联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 调用成员联编程序。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>初始化新的 CSharp 事件联编程序。</summary>
<returns>返回新的 CSharp 事件联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="name">要查找的事件的名称。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
</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>
<returns>返回新的 CSharp 设置索引联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 设置成员联编程序。</returns>
<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>
</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>
<returns>返回新的 CSharp 一元运算联编程序。</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。</returns>
<param name="flags">参数的标志。</param>
<param name="name">如果已指定参数名称,则为相应的名称;否则为空。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>该参数是一个常量。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>将实参传递到 out 形参。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>将实参传递到 ref 形参。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>参数为 <see cref="T:System.Type" />,它指示源中使用的实际类型名称。仅用于静态调用中的目标对象。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>参数为命名参数。</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>表示不特定于调用站点上特定参数的 C# 动态操作的相关信息。此类的实例由 C# 编译器生成。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>此联编程序表示作为条件逻辑运算符计算的一部分的逻辑 AND 或逻辑 OR。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>在已检查的上下文中计算此联编程序。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>此联编程序表示要在数组创建表达式中使用的隐式转换。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>此联编程序表示显式转换。</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.None">
<summary>此联编程序不需要附加信息。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>联编程序在不需要结果的位置中使用,因此可绑定到一个 void 返回方法。</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。</summary>
</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.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">导致当前异常的异常;如果未指定内部异常,则为空引用。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。</summary>
</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.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">导致当前异常的异常;如果未指定内部异常,则为空引用。</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,211 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>包含建立 CSharp 動態呼叫位置繫結器的 Factory 方法。</summary>
</member>
<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>
<returns>傳回新的 CSharp 二進位運算繫結器。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>初始化新的 CSharp 轉換繫結器。</summary>
<returns>傳回新的 CSharp 轉換繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="type">要轉換成的型別。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
</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 get 索引繫結器。</summary>
<returns>傳回新的 CSharp get 索引繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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 get 成員繫結器。</summary>
<returns>傳回新的 CSharp get 成員繫結器。</returns>
<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>
</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>
<returns>傳回新的 CSharp 叫用繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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>
<returns>傳回新的 CSharp 叫用建構函式繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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>
<returns>傳回新的 CSharp 叫用成員繫結器。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>初始化新的 CSharp Is 事件繫結器。</summary>
<returns>傳回新的 CSharp Is 事件繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="name">要尋找之事件的名稱。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
</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 set 索引繫結器。</summary>
<returns>傳回新的 CSharp set 索引繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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 set 成員繫結器。</summary>
<returns>傳回新的 CSharp set 成員繫結器。</returns>
<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>
</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>
<returns>傳回新的 CSharp 一元運算繫結器。</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 類別的新執行個體。</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 類別的新執行個體。</returns>
<param name="flags">引數的旗標。</param>
<param name="name">如果是具名引數,則為引數的名稱,否則為 null。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>引數為常數。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>引數傳遞給 out 參數。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>引數傳遞給 ref 參數。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>引數為 <see cref="T:System.Type" />,表示來源中使用的實際型別名稱。只用於靜態呼叫中的目標物件。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>引數為具名引數。</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>表示呼叫位置上非特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>繫結器表示邏輯 AND 或邏輯 OR這些是條件邏輯運算子評估的一部分。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>此繫結器的評估會在檢查的內容中進行。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>繫結器表示陣列建立運算式中使用的隱含轉換。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>繫結器表示明確轉換。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>繫結器表示在簡單名稱上叫用。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>繫結器表示在 Specialname 上叫用。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>此繫結器不需要額外的資訊。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>繫結器用於不需要結果的位置,因此可以繫結至傳回 Void 的方法。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>任何繫結的結果都會變成索引的 get 索引或 set 索引,或 get 索引繫結器。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>此 set 索引或 set 成員中的值為複合指派運算子。</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。</summary>
</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.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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。</summary>
</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.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>
</members>
</doc>

View File

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contains factory methods to create dynamic call site binders for CSharp.</summary>
</member>
<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>Initializes a new CSharp binary operation binder.</summary>
<returns>Returns a new CSharp binary operation binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="operation">The binary operation kind.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initializes a new CSharp convert binder.</summary>
<returns>Returns a new CSharp convert binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="type">The type to convert to.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp get index binder.</summary>
<returns>Returns a new CSharp get index binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp get member binder.</summary>
<returns>Returns a new CSharp get member binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to get.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp invoke binder.</summary>
<returns>Returns a new CSharp invoke binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp invoke constructor binder.</summary>
<returns>Returns a new CSharp invoke constructor binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp invoke member binder.</summary>
<returns>Returns a new CSharp invoke member binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to invoke.</param>
<param name="typeArguments">The list of type arguments specified for this invoke.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initializes a new CSharp is event binder.</summary>
<returns>Returns a new CSharp is event binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the event to look for.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initializes a new CSharp set index binder.</summary>
<returns>Returns a new CSharp set index binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp set member binder.</summary>
<returns>Returns a new CSharp set member binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to set.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</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>Initializes a new CSharp unary operation binder.</summary>
<returns>Returns a new CSharp unary operation binder.</returns>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="operation">The unary operation kind.</param>
<param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</summary>
<returns>A new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</returns>
<param name="flags">The flags for the argument.</param>
<param name="name">The name of the argument, if named; otherwise null.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<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>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>The argument is a constant.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>The argument is passed to an out parameter.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>The argument is passed to a ref parameter.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>The argument is a <see cref="T:System.Type" /> indicating an actual type name used in source. Used only for target objects in static calls.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>The argument is a named argument.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>No additional information to represent.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>The argument's compile-time type should be considered during binding.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<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>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>The evaluation of this binder happens in a checked context.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>The binder represents an implicit conversion for use in an array creation expression.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>The binder represents an explicit conversion.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>The binder represents an invoke on a simple name.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>The binder represents an invoke on a specialname.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>There is no additional information required for this binder.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>The binder is used in a position that does not require a result, and can therefore bind to a void returning method.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>The result of any bind is going to be indexed get a set index or get index binder.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>The value in this set index or set member comes a compound assignment operator.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message.</summary>
<param name="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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="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>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a system-supplied message that describes the error.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a specified message that describes the error.</summary>
<param name="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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="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>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Enthält Factorymethoden zum Erstellen dynamischer Aufrufsitebinder für CSharp.</summary>
</member>
<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>Initialisiert einen neuen Binder für binäre CSharp-Vorgänge.</summary>
<returns>Gibt einen neuen Binder für binäre CSharp-Vorgänge zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="operation">Die Art des binären Vorgangs.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initialisiert einen neuen CSharp-Konvertierungsbinder.</summary>
<returns>Gibt einen neuen CSharp-Konvertierungsbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="type">Der Typ, in den konvertiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen Binder zum Abrufen von CSharp-Indizes.</summary>
<returns>Gibt einen neuen Binder zum Abrufen von CSharp-Indizes zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen Binder zum Abrufen von CSharp-Membern.</summary>
<returns>Gibt einen neuen Binder zum Abrufen von CSharp-Membern zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des abzurufenden Members.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen CSharp-Aufrufbinder.</summary>
<returns>Gibt einen neuen CSharp-Aufrufbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen CSharp-Aufrufkonstruktorbinder.</summary>
<returns>Gibt einen neuen CSharp-Aufrufkonstruktorbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen CSharp-Aufrufmemberbinder.</summary>
<returns>Gibt einen neuen CSharp-Aufrufmemberbinder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des aufzurufenden Members.</param>
<param name="typeArguments">Die Liste der für diesen Aufruf angegebenen Typargumente.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initialisiert einen neuen CSharp-ist-Ereignis-Binder.</summary>
<returns>Gibt einen neuen CSharp-ist-Ereignis-Binder zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des zu suchenden Ereignisses.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialisiert einen neuen Binder zum Festlegen von CSharp-Indizes.</summary>
<returns>Gibt einen neuen Binder zum Festlegen von CSharp-Indizes zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen Binder zum Festlegen von CSharp-Membern.</summary>
<returns>Gibt einen neuen Binder zum Festlegen von CSharp-Membern zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="name">Der Name des festzulegenden Members.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</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>Initialisiert einen neuen Binder für unäre CSharp-Vorgänge.</summary>
<returns>Gibt einen neuen Binder für unäre CSharp-Vorgänge zurück.</returns>
<param name="flags">Die Flags, mit denen der Binder initialisiert werden soll.</param>
<param name="operation">Die Art des unären Vorgangs.</param>
<param name="context">Der <see cref="T:System.Type" />, der angibt, an welcher Position dieser Vorgang verwendet wird.</param>
<param name="argumentInfo">Die Sequenz von <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Instanzen für die Argumente dieses Vorgangs.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Klasse.</summary>
<returns>Eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />-Klasse.</returns>
<param name="flags">Die Flags für das Argument.</param>
<param name="name">Der Name des Arguments, wenn es sich um ein benanntes Argument handelt, andernfalls NULL.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>Das Argument ist eine Konstante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>Das Argument wird an einen Out-Parameter übergeben.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>Das Argument wird an einen Ref-Parameter übergeben.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>Das Argument ist ein <see cref="T:System.Type" />, der einen tatsächlichen, in der Quelle verwendeten Typnamen angibt.Wird nur für Zielobjekte in statischen Aufrufen verwendet.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>Das Argument ist ein benanntes Argument.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Es sind keine weitere Informationen vorhanden, die dargestellt werden können.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>Während der Bindung muss der Kompilierzeittyp des Arguments berücksichtigt werden.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Stellt Informationen zu dynamischen C#-Vorgängen dar, die nicht spezifisch für bestimmte Argumente auf einer Aufrufsite sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Der Binder stellt ein logisches AND oder logisches OR dar, das Teil einer bedingten logischen Operatorauswertung ist.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>Die Auswertung für diesen Binder erfolgt in einem überprüften Kontext.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Der Binder stellt eine implizite Konvertierung für die Verwendung in einem Arrayerstellungsausdruck dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Der Binder stellt eine explizite Konvertierung dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>Der Binder stellt einen Aufruf für einen einfachen Namen dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>Der Binder stellt einen Aufruf für einen besonderen Namen dar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Für diesen Binder sind keine zusätzlichen Informationen erforderlich.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Der Binder wird an einer Position verwendet, an der kein Ergebnis erforderlich ist, und kann daher an eine leere Rückgabemethode binden.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>Das Ergebnis einer Bindung wird indiziert, es wird ein Binder zum Festlegen oder Abrufen von Indizes abgerufen.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>Der Wert in diesem festgelegten Index oder festgelegten Member ist ein Verbundzuweisungsoperator.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />-Klasse.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />-Klasse, die über eine angegebene Fehlermeldung verfügt.</summary>
<param name="message">Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.</summary>
<param name="message">Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.</param>
<param name="innerException">Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" />-Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" />-Klasse mit einer angegebenen Meldung, die den Fehler beschreibt.</summary>
<param name="message">Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initialisiert eine neue Instanz der <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" />-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.</summary>
<param name="message">Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.</param>
<param name="innerException">Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contiene métodos de generador que permiten crear enlazadores de sitios de llamada dinámicos para CSharp.</summary>
</member>
<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>Inicializa un nuevo enlazador de operaciones binarias de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones binarias de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="operation">Tipo de operación binaria.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Inicializa un nuevo enlazador de conversiones de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de conversiones de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="type">Tipo en el que se va a convertir.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de operaciones de obtención de índice de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de obtención de índice de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de operaciones de obtención de miembro de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de obtención de miembro de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del miembro que se va a obtener.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de invocaciones de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de invocaciones de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de invocaciones de constructor de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de invocaciones de constructor de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de invocaciones de miembro de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de invocaciones de miembro de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del miembro al que se va a invocar.</param>
<param name="typeArguments">Lista de los argumentos de tipo especificados para esta invocación.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Inicializa un nuevo enlazador de búsquedas de eventos de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de búsquedas de eventos de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del evento que se va a buscar.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inicializa un nuevo enlazador de operaciones de establecimiento de índice de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de establecimiento de índice de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="name">Nombre del miembro que se va a establecer.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</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>Inicializa un nuevo enlazador de operaciones unarias de CSharp.</summary>
<returns>Devuelve un nuevo enlazador de operaciones unarias de CSharp.</returns>
<param name="flags">Marcas con las que se va a inicializar el enlazador.</param>
<param name="operation">Tipo de operación unaria.</param>
<param name="context">Objeto <see cref="T:System.Type" /> que indica dónde se usa esta operación.</param>
<param name="argumentInfo">Secuencia de instancias de <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> para los argumentos de esta operación.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Marcas para el argumento.</param>
<param name="name">Nombre del argumento, si lo tiene; de lo contrario, NULL.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>El argumento es una constante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>El argumento se pasa a un parámetro out.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>El argumento se pasa a un parámetro ref.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>El argumento es un objeto <see cref="T:System.Type" /> que indica un nombre de tipo real utilizado en origen.Únicamente se usa para los objetos de destino en las llamadas estáticas.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>Es un argumento con nombre.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Ninguna información adicional para representar.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>El tipo de tiempo de compilación del argumento debe considerarse durante el enlace.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Representa información sobre las operaciones dinámicas de C# que no son específicas de argumentos concretos en un sitio de llamada.Las instancias de esta clase se generan mediante el compilador de C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>El enlazador representa un operador AND lógico u OR lógico que forma parte de una evaluación de operadores lógicos condicionales.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>La evaluación de este enlazador se lleva a cabo en un contexto comprobado.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>El enlazador representa una conversión implícita que se puede usar en una expresión de creación de matrices.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>El enlazador representa una conversión explícita.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>El enlazador representa una invocación en un nombre simple.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>El enlazador representa una invocación en un nombre especial.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Este enlazador no requiere ninguna información adicional.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>El enlazador se usa en una posición que no requiere un resultado y, por lo tanto, se puede enlazar a un método que devuelva void.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>El resultado de cualquier enlace que se vaya a indizar obtiene un enlazador de índice set o de índice get.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>El valor de este índice o miembro set se convierte en un operador de asignación compuesto.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> que tiene un mensaje de error especificado.</summary>
<param name="message">Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.</summary>
<param name="message">Mensaje de error que explica la razón de la excepción.</param>
<param name="innerException">Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un mensaje proporcionado por el sistema que describe el error.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un mensaje de error especificado que describe el error.</summary>
<param name="message">Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Inicializa una nueva instancia de la clase <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.</summary>
<param name="message">Mensaje de error que explica la razón de la excepción.</param>
<param name="innerException">Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contient des méthodes de fabrique pour créer des classeurs de sites d'appel dynamiques pour CSharp.</summary>
</member>
<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>Initialise un nouveau classeur d'opérations binaires CSharp.</summary>
<returns>Retourne un nouveau classeur d'opérations binaires CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="operation">Type d'opération binaire.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initialise un nouveau classeur de conversion CSharp.</summary>
<returns>Retourne un nouveau classeur de conversion CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="type">Type dans lequel convertir.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur d'obtention d'index CSharp.</summary>
<returns>Retourne un nouveau classeur d'obtention d'index CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur d'obtention de membre CSharp.</summary>
<returns>Retourne un nouveau classeur d'obtention de membre CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom du membre à obtenir.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur d'appel CSharp.</summary>
<returns>Retourne un nouveau classeur d'appel CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur de constructeurs appelés CSharp.</summary>
<returns>Retourne un nouveau classeur de constructeurs appelés CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur de membres appelés CSharp.</summary>
<returns>Retourne un nouveau classeur de membres appelés CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom du membre à appeler.</param>
<param name="typeArguments">Liste d'arguments de type spécifiés pour cet appel.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initialise un nouveau classeur d'événements CSharp.</summary>
<returns>Retourne un nouveau classeur d'événement CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom de l'événement à rechercher.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Initialise un nouveau classeur de définition d'index CSharp.</summary>
<returns>Retourne un nouveau classeur de définition d'index CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur de définition de membre CSharp.</summary>
<returns>Retourne un nouveau classeur de définition de membre CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="name">Nom du membre à définir.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</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>Initialise un nouveau classeur d'opérations unaires CSharp.</summary>
<returns>Retourne un nouveau classeur d'opérations unaires CSharp.</returns>
<param name="flags">Indicateurs avec lesquels initialiser le classeur.</param>
<param name="operation">Type d'opération unaire.</param>
<param name="context">
<see cref="T:System.Type" /> qui indique où cette opération est utilisée.</param>
<param name="argumentInfo">Séquence d'instances <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> pour les arguments de cette opération.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Indicateurs de l'argument.</param>
<param name="name">Nom de l'argument, s'il est nommé ; sinon, null.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>L'argument est une constante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>L'argument est passé à un paramètre de sortie (out).</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>L'argument est passé à un paramètre de référence (ref).</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>L'argument est un <see cref="T:System.Type" /> qui indique un nom de type réel utilisé dans la source.Utilisé uniquement pour les objets cible dans les appels statiques.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>L'argument est un argument nommé.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Aucune information supplémentaire à représenter.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>Le type de l'argument au moment de la compilation doit être considéré pendant la liaison.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Représente les informations relatives aux opérations dynamiques en C# qui ne sont pas spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Le classeur représente un AND logique ou un OR logique faisant partie d'une évaluation d'opérateur logique conditionnelle.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>L'évaluation de ce classeur s'effectue dans un contexte vérifié (checked).</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Le classeur représente une conversion implicite pour une utilisation dans une expression de création de tableau.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Le classeur représente une conversion explicite.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>Le classeur représente un appel sur un nom simple.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>Le classeur représente un appel sur un nom spécial.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Aucune information supplémentaire n'est requise pour ce classeur.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Le classeur est utilisé à un emplacement qui ne requiert pas de résultat et peut par conséquent créer une liaison avec une méthode retournant void.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>Le résultat de n'importe quel lien sera un classeur indexé d'obtention d'index ou de membre défini.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>La valeur dans cet index défini ou membre défini provient d'un opérateur d'assignation composée.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> qui comporte un message d'erreur spécifié.</summary>
<param name="message">Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.</summary>
<param name="message">Message d'erreur indiquant la raison de l'exception.</param>
<param name="innerException">Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> avec un message système décrivant l'erreur.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> avec un message spécifié décrivant l'erreur.</summary>
<param name="message">Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.</summary>
<param name="message">Message d'erreur indiquant la raison de l'exception.</param>
<param name="innerException">Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contiene metodi factory per creare gestori di associazione del sito di chiamata dinamica per CSharp.</summary>
</member>
<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>Inizializza un nuovo gestore di associazione dell'operazione binaria di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'operazione binaria di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="operation">Tipo di operazione binaria.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Inizializza un nuovo gestore di associazione delle conversioni di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione delle conversioni di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="type">Tipo in cui eseguire la conversione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione dell'indice get di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'indice get di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione del membro get di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del membro get di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome del membro da ottenere.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione invoke di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione invoke di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione del costruttore invoke di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del costruttore invoke di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione del membro invoke di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del membro invoke di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome del membro da richiamare,</param>
<param name="typeArguments">Elenco di argomenti del tipo specificati per la chiamata.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Inizializza un nuovo gestore di associazione degli eventi is di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione degli eventi is di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome dell'evento di cui eseguire la ricerca.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
<summary>Inizializza un nuovo gestore di associazione dell'indice set di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'indice set di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione del membro set di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione del membro set di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="name">Nome del membro da impostare.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</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>Inizializza un nuovo gestore di associazione dell'operazione unaria di CSharp.</summary>
<returns>Restituisce un nuovo gestore di associazione dell'operazione unaria di CSharp.</returns>
<param name="flags">Flag con cui inizializzare il gestore di associazione.</param>
<param name="operation">Tipo di operazione unaria.</param>
<param name="context">Oggetto <see cref="T:System.Type" /> che indica il contesto in cui viene utilizzata l'operazione.</param>
<param name="argumentInfo">Sequenza di istanze di <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> per gli argomenti dell'operazione.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Flag per l'argomento.</param>
<param name="name">Nome dell'argomento, se denominato; in caso contrario, null.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>L'argomento è una costante.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>L'argomento viene passato a un parametro out.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>L'argomento viene passato a un parametro ref.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>L'argomento è un oggetto <see cref="T:System.Type" /> che indica un nome di tipo effettivo utilizzato nell'origine.Utilizzato solo per gli oggetti di destinazione in chiamate statiche.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>L'argomento è un argomento denominato.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>Nessuna informazione aggiuntiva da rappresentare.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>Il tipo dell'argomento in fase di compilazione deve essere considerato durante l'associazione.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Rappresenta informazioni sulle operazioni dinamiche in C# non specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Il gestore di associazione rappresenta un operatore logico AND o OR che fa parte di una valutazione dell'operatore logico condizionale.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>La valutazione di questo gestore di associazione si verifica in un contesto verificato.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Il gestore di associazione rappresenta una conversione implicita per l'utilizzo in un'espressione di creazione di una matrice.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Il gestore di associazione rappresenta una conversione esplicita.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>Il gestore di associazione rappresenta una chiamata per un nome semplice.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>Il gestore di associazione rappresenta una chiamata per uno SpecialName.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>Non sono presenti informazioni aggiuntive necessarie per questo gestore di associazione.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Il gestore di associazione viene utilizzato in una posizione che non richiede un risultato e può quindi essere associato a un metodo che restituisce void.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>Il risultato di qualsiasi associazione sarà indicizzato per ottenere un gestore di associazione dell'indice set o get.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>Il valore in questo indice set o membro set presenta un operatore di assegnazione composto.</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" />.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> che include un messaggio di errore specificato.</summary>
<param name="message">Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.</summary>
<param name="message">Messaggio di errore nel quale viene indicato il motivo delleccezione</param>
<param name="innerException">Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un messaggio fornito dal sistema in cui viene descritto l'errore.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> con un messaggio specifico in cui viene descritto l'errore.</summary>
<param name="message">Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Inizializza una nuova istanza della classe <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.</summary>
<param name="message">Messaggio di errore nel quale viene indicato il motivo delleccezione</param>
<param name="innerException">Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>CSharp の動的呼び出しサイト バインダーを作成するファクトリ メソッドが含まれています。</summary>
</member>
<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>
<returns>CSharp の新しい二項演算バインダーを返します。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>CSharp の新しい変換バインダーを初期化します。</summary>
<returns>CSharp の新しい変換バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="type">変換後の型。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
</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>
<returns>CSharp の新しいインデックス取得バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいメンバー取得バインダーを返します。</returns>
<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>
</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>
<returns>CSharp の新しい呼び出しバインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいコンストラクター バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいメンバー呼び出しバインダーを返します。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>CSharp の新しいイベント確認バインダーを初期化します。</summary>
<returns>CSharp の新しいイベント確認バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="name">検索するイベントの名前。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
</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>
<returns>CSharp の新しいインデックス設定バインダーを返します。</returns>
<param name="flags">バインダーの初期化に使用するフラグ。</param>
<param name="context">この操作の使用場所を示す <see cref="T:System.Type" /></param>
<param name="argumentInfo">この操作に対する引数の <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> インスタンスのシーケンス。</param>
</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>
<returns>CSharp の新しいメンバー設定バインダーを返します。</returns>
<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>
</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>
<returns>CSharp の新しい単項演算バインダーを返します。</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> クラスの新しいインスタンスを初期化します。</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> クラスの新しいインスタンス。</returns>
<param name="flags">引数のフラグ。</param>
<param name="name">引数に名前がある場合はその名前。それ以外の場合は null。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>引数は定数です。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>引数は out パラメーターに渡されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>引数は ref パラメーターに渡されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>引数は、ソースで使用されている実際の型名を示す <see cref="T:System.Type" /> です。静的呼び出しのターゲット オブジェクトでのみ使用されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>引数は名前付き引数です。</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>呼び出しサイトにおける特定の引数に固有ではない、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>このバインダーは、条件論理演算子の評価の一部である論理 AND または論理 OR を表します。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>このバインダーの評価は、checked コンテキストで行われます。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>このバインダーは、配列作成式で使用する暗黙の型変換を表します。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>このバインダーは、明示的な変換を表します。</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.None">
<summary>このバインダーに必要な追加情報はありません。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>バインダーは、結果を必要としない位置で使用されるため、戻り型が void のメソッドにバインドできます。</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。</summary>
</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.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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。</summary>
</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.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>
</members>
</doc>

View File

@ -0,0 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>CSharp의 동적 호출 사이트 바인더를 만드는 팩터리 메서드가 들어 있습니다.</summary>
</member>
<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>
<returns>새 CSharp 이항 연산 바인더를 반환합니다.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>새 CSharp 변환 바인더를 초기화합니다.</summary>
<returns>새 CSharp 변환 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="type">변환할 대상 형식입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
</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>
<returns>새 CSharp 인덱스 가져오기 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 멤버 가져오기 바인더를 반환합니다.</returns>
<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>
</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>
<returns>새 CSharp 호출 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 생성자 호출 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 멤버 호출 바인더를 반환합니다.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>새 CSharp 이벤트 확인 바인더를 초기화합니다.</summary>
<returns>새 CSharp 이벤트 확인 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="name">찾을 이벤트의 이름입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
</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>
<returns>새 CSharp 인덱스 설정 바인더를 반환합니다.</returns>
<param name="flags">바인더를 초기화하는 데 사용할 플래그입니다.</param>
<param name="context">이 작업이 사용된 위치를 나타내는 <see cref="T:System.Type" />입니다.</param>
<param name="argumentInfo">이 작업의 인수에 사용할 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 인스턴스의 시퀀스입니다.</param>
</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>
<returns>새 CSharp 멤버 설정 바인더를 반환합니다.</returns>
<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>
</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>
<returns>새 CSharp 단항 연산 바인더를 반환합니다.</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 클래스의 새 인스턴스입니다.</returns>
<param name="flags">인수의 플래그입니다.</param>
<param name="name">명명된 경우 인수의 이름이고, 그렇지 않으면 null입니다.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>인수가 상수입니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>인수가 out 매개 변수에 전달됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>인수가 ref 매개 변수에 전달됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>인수가 소스에서 사용된 실제 형식 이름을 나타내는 <see cref="T:System.Type" />입니다.정적 호출의 대상 개체에만 사용됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>인수가 명명된 인수입니다.</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>호출 사이트의 특정 인수와 관련되지 않은 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>바인더는 조건부 논리 연산자 계산에 속하는 논리적 AND 또는 논리적 OR를 나타냅니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>이 바인더에 대한 계산은 확인된 컨텍스트에서 발생합니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>바인더는 배열 생성 식에 사용할 암시적 변환을 나타냅니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>바인더는 명시적 변환을 나타냅니다.</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.None">
<summary>이 바인더에 필요한 추가 정보가 없습니다.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>바인더는 결과가 필요 없는 위치에서 사용되므로 void를 반환하는 메서드에 바인딩할 수 있습니다.</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.</summary>
</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.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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.</summary>
</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.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>
</members>
</doc>

View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Содержит фабричные методы для создания динамических связывателей источников вызова для CSharp.</summary>
</member>
<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>
<returns>Возвращает новый связыватель бинарной операции CSharp.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Инициализирует новый связыватель преобразования CSharp.</summary>
<returns>Возвращает новый связыватель преобразования CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="type">Тип, в который выполняется преобразование.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
</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>
<returns>Возвращает новый связыватель получения индекса CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель получения члена CSharp.</returns>
<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>
</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>
<returns>Возвращает новый связыватель вызова CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель вызова конструктора CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель вызова члена CSharp.</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Инициализирует новый связыватель поиска события CSharp.</summary>
<returns>Возвращает новый связыватель поиска события CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="name">Имя искомого события.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
</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>
<returns>Возвращает новый связыватель задания индекса CSharp.</returns>
<param name="flags">Флаги, с помощью которых выполняется инициализация связывателя.</param>
<param name="context">Объект <see cref="T:System.Type" />, который указывает, где используется операция.</param>
<param name="argumentInfo">Последовательность экземпляров <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> для аргументов данной операции.</param>
</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>
<returns>Возвращает новый связыватель задания члена CSharp.</returns>
<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>
</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>
<returns>Возвращает новый связыватель унарной операции CSharp.</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Инициализирует новый экземпляр класса <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</summary>
<returns>Новый экземпляр класса <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" />.</returns>
<param name="flags">Флаги для аргумента.</param>
<param name="name">Имя аргумента, если ему присвоено имя, или NULL в противном случае.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>Аргумент является константой.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>Аргумент, передаваемый в параметр out.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>Аргумент, передаваемый в параметр ref.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>Аргумент является объектом типа <see cref="T:System.Type" />, указывающим фактическое имя типа, используемое в источнике.Используется только для целевых объектов в статических вызовах.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>Аргумент является именованным аргументом.</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>Представляет сведения о динамических операциях C#, которые не относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>Связыватель представляет логическое И или логическое ИЛИ, которое является частью оценки условного логического оператора.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>Оценка данного связывателя происходит в проверяемом контексте.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>Связыватель представляет неявное преобразование для использовании в выражении, создающем массив.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>Связыватель представляет явное преобразование.</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.None">
<summary>Для данного связывателя не требуются дополнительные сведения.</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>Этот связыватель используется в позиции, не требующей результата, и, следовательно, может выполнять привязку к методу, возвращающему значение void.</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.</summary>
</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.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">Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.</summary>
</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.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">Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,191 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>包含用于为 CSharp 创建动态调用站点联编程序的工厂方法。</summary>
</member>
<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>
<returns>返回新的 CSharp 二元运算联编程序。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>初始化新的 CSharp 转换联编程序。</summary>
<returns>返回新的 CSharp 转换联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="type">要转换到的类型。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
</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>
<returns>返回新的 CSharp 获取索引联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 获取成员联编程序。</returns>
<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>
</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>
<returns>返回新的 CSharp 调用联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 调用构造函数联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 调用成员联编程序。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>初始化新的 CSharp 事件联编程序。</summary>
<returns>返回新的 CSharp 事件联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="name">要查找的事件的名称。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
</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>
<returns>返回新的 CSharp 设置索引联编程序。</returns>
<param name="flags">用于初始化联编程序的标志。</param>
<param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" /></param>
<param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
</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>
<returns>返回新的 CSharp 设置成员联编程序。</returns>
<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>
</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>
<returns>返回新的 CSharp 一元运算联编程序。</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。</returns>
<param name="flags">参数的标志。</param>
<param name="name">如果已指定参数名称,则为相应的名称;否则为空。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>该参数是一个常量。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>将实参传递到 out 形参。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>将实参传递到 ref 形参。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>参数为 <see cref="T:System.Type" />,它指示源中使用的实际类型名称。仅用于静态调用中的目标对象。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>参数为命名参数。</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>表示不特定于调用站点上特定参数的 C# 动态操作的相关信息。此类的实例由 C# 编译器生成。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>此联编程序表示作为条件逻辑运算符计算的一部分的逻辑 AND 或逻辑 OR。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>在已检查的上下文中计算此联编程序。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>此联编程序表示要在数组创建表达式中使用的隐式转换。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>此联编程序表示显式转换。</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.None">
<summary>此联编程序不需要附加信息。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>联编程序在不需要结果的位置中使用,因此可绑定到一个 void 返回方法。</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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。</summary>
</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.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">导致当前异常的异常;如果未指定内部异常,则为空引用。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。</summary>
</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.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">导致当前异常的异常;如果未指定内部异常,则为空引用。</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,211 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>包含建立 CSharp 動態呼叫位置繫結器的 Factory 方法。</summary>
</member>
<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>
<returns>傳回新的 CSharp 二進位運算繫結器。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>初始化新的 CSharp 轉換繫結器。</summary>
<returns>傳回新的 CSharp 轉換繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="type">要轉換成的型別。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
</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 get 索引繫結器。</summary>
<returns>傳回新的 CSharp get 索引繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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 get 成員繫結器。</summary>
<returns>傳回新的 CSharp get 成員繫結器。</returns>
<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>
</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>
<returns>傳回新的 CSharp 叫用繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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>
<returns>傳回新的 CSharp 叫用建構函式繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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>
<returns>傳回新的 CSharp 叫用成員繫結器。</returns>
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>初始化新的 CSharp Is 事件繫結器。</summary>
<returns>傳回新的 CSharp Is 事件繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="name">要尋找之事件的名稱。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
</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 set 索引繫結器。</summary>
<returns>傳回新的 CSharp set 索引繫結器。</returns>
<param name="flags">用來初始化繫結器的旗標。</param>
<param name="context">
<see cref="T:System.Type" />,指定在何處使用此作業。</param>
<param name="argumentInfo">
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 執行個體的序列,做為這個運算的引數。</param>
</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 set 成員繫結器。</summary>
<returns>傳回新的 CSharp set 成員繫結器。</returns>
<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>
</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>
<returns>傳回新的 CSharp 一元運算繫結器。</returns>
<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>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<summary>表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 類別的新執行個體。</summary>
<returns>
<see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 類別的新執行個體。</returns>
<param name="flags">引數的旗標。</param>
<param name="name">如果是具名引數,則為引數的名稱,否則為 null。</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<summary>表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>引數為常數。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>引數傳遞給 out 參數。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>引數傳遞給 ref 參數。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>引數為 <see cref="T:System.Type" />,表示來源中使用的實際型別名稱。只用於靜態呼叫中的目標物件。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>引數為具名引數。</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="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<summary>表示呼叫位置上非特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>繫結器表示邏輯 AND 或邏輯 OR這些是條件邏輯運算子評估的一部分。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>此繫結器的評估會在檢查的內容中進行。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>繫結器表示陣列建立運算式中使用的隱含轉換。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>繫結器表示明確轉換。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>繫結器表示在簡單名稱上叫用。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>繫結器表示在 Specialname 上叫用。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>此繫結器不需要額外的資訊。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>繫結器用於不需要結果的位置,因此可以繫結至傳回 Void 的方法。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>任何繫結的結果都會變成索引的 get 索引或 set 索引,或 get 索引繫結器。</summary>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>此 set 索引或 set 成員中的值為複合指派運算子。</summary>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。</summary>
</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.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="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。</summary>
</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.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>
</members>
</doc>

View File

@ -0,0 +1,216 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>Microsoft.CSharp</name>
</assembly>
<members>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class that has a specified error message.</summary>
<param name="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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class that has serialized data.</summary>
<param name="info">The object that holds the serialized object data about the exception being thrown..</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
<summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"></see> class with a system-supplied message that describes the error.</summary>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"></see> class with a specified message that describes the error.</summary>
<param name="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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"></see> class with serialized data.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"></see> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
<summary>Contains factory methods to create dynamic call site binders for CSharp.</summary>
</member>
<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>Initializes a new CSharp binary operation binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="operation">The binary operation kind.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp binary operation binder.</returns>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
<summary>Initializes a new CSharp convert binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="type">The type to convert to.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<returns>Returns a new CSharp convert binder.</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>Initializes a new CSharp get index binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp get index binder.</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>Initializes a new CSharp get member binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to get.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp get member binder.</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>Initializes a new CSharp invoke binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp invoke binder.</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>Initializes a new CSharp invoke constructor binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp invoke constructor binder.</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>Initializes a new CSharp invoke member binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to invoke.</param>
<param name="typeArguments">The list of type arguments specified for this invoke.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp invoke member binder.</returns>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
<summary>Initializes a new CSharp is event binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the event to look for.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<returns>Returns a new CSharp is event binder.</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>Initializes a new CSharp set index binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp set index binder.</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>Initializes a new CSharp set member binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="name">The name of the member to set.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp set member binder.</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>Initializes a new CSharp unary operation binder.</summary>
<param name="flags">The flags with which to initialize the binder.</param>
<param name="operation">The unary operation kind.</param>
<param name="context">The <see cref="T:System.Type"></see> that indicates where this operation is used.</param>
<param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
<returns>Returns a new CSharp unary operation binder.</returns>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
<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>
</member>
<member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> class.</summary>
<param name="flags">The flags for the argument.</param>
<param name="name">The name of the argument, if named; otherwise null.</param>
<returns>A new instance of the <see cref="Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> class.</returns>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
<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>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
<summary>The argument is a constant.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
<summary>The argument is passed to an out parameter.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
<summary>The argument is passed to a ref parameter.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
<summary>The argument is a <see cref="T:System.Type"></see> indicating an actual type name used in source. Used only for target objects in static calls.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
<summary>The argument is a named argument.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
<summary>No additional information to represent.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
<summary>The argument&amp;#39;s compile-time type should be considered during binding.</summary>
<returns></returns>
</member>
<member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
<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>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
<summary>The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
<summary>The evaluation of this binder happens in a checked context.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
<summary>The binder represents an implicit conversion for use in an array creation expression.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
<summary>The binder represents an explicit conversion.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
<summary>The binder represents an invoke on a simple name.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
<summary>The binder represents an invoke on a specialname.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
<summary>There is no additional information required for this binder.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
<summary>The binder is used in a position that does not require a result, and can therefore bind to a void returning method.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
<summary>The result of any bind is going to be indexed get a set index or get index binder.</summary>
<returns></returns>
</member>
<member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
<summary>The value in this set index or set member comes a compound assignment operator.</summary>
<returns></returns>
</member>
</members>
</doc>

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,23 @@
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -0,0 +1,309 @@
.NET Core uses third-party libraries or other resources that may be
distributed under licenses different than the .NET Core software.
In the event that we accidentally failed to list a required notice, please
bring it to our attention. Post an issue or email us:
dotnet@microsoft.com
The attached notices are provided for information only.
License notice for Slicing-by-8
-------------------------------
http://sourceforge.net/projects/slicing-by-8/
Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
This software program is licensed subject to the BSD License, available at
http://www.opensource.org/licenses/bsd-license.html.
License notice for Unicode data
-------------------------------
http://www.unicode.org/copyright.html#License
Copyright © 1991-2017 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
License notice for Zlib
-----------------------
https://github.com/madler/zlib
http://zlib.net/zlib_license.html
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.11, January 15th, 2017
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jean-loup Gailly Mark Adler
jloup@gzip.org madler@alumni.caltech.edu
*/
License notice for Mono
-------------------------------
http://www.mono-project.com/docs/about-mono/
Copyright (c) .NET Foundation Contributors
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the Software), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License notice for International Organization for Standardization
-----------------------------------------------------------------
Portions (C) International Organization for Standardization 1986:
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies.
License notice for Intel
------------------------
"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License notice for Xamarin and Novell
-------------------------------------
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Third party notice for W3C
--------------------------
"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
Status: This license takes effect 13 May, 2015.
This work is being provided by the copyright holders under the following license.
License
By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
Disclaimers
THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
License notice for Bit Twiddling Hacks
--------------------------------------
Bit Twiddling Hacks
By Sean Eron Anderson
seander@cs.stanford.edu
Individually, the code snippets here are in the public domain (unless otherwise
noted) — feel free to use them however you please. The aggregate collection and
descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
without even the implied warranty of merchantability or fitness for a particular
purpose.
License notice for Brotli
--------------------------------------
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
compress_fragment.c:
Copyright (c) 2011, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
decode_fuzzer.c:
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."

View File

@ -0,0 +1 @@
02b11eeee1fbc5f3ef43a1452fe07efd25fa1715

View File

@ -0,0 +1,23 @@
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -0,0 +1,309 @@
.NET Core uses third-party libraries or other resources that may be
distributed under licenses different than the .NET Core software.
In the event that we accidentally failed to list a required notice, please
bring it to our attention. Post an issue or email us:
dotnet@microsoft.com
The attached notices are provided for information only.
License notice for Slicing-by-8
-------------------------------
http://sourceforge.net/projects/slicing-by-8/
Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
This software program is licensed subject to the BSD License, available at
http://www.opensource.org/licenses/bsd-license.html.
License notice for Unicode data
-------------------------------
http://www.unicode.org/copyright.html#License
Copyright © 1991-2017 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
License notice for Zlib
-----------------------
https://github.com/madler/zlib
http://zlib.net/zlib_license.html
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.11, January 15th, 2017
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jean-loup Gailly Mark Adler
jloup@gzip.org madler@alumni.caltech.edu
*/
License notice for Mono
-------------------------------
http://www.mono-project.com/docs/about-mono/
Copyright (c) .NET Foundation Contributors
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the Software), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License notice for International Organization for Standardization
-----------------------------------------------------------------
Portions (C) International Organization for Standardization 1986:
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies.
License notice for Intel
------------------------
"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License notice for Xamarin and Novell
-------------------------------------
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Third party notice for W3C
--------------------------
"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
Status: This license takes effect 13 May, 2015.
This work is being provided by the copyright holders under the following license.
License
By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
Disclaimers
THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
License notice for Bit Twiddling Hacks
--------------------------------------
Bit Twiddling Hacks
By Sean Eron Anderson
seander@cs.stanford.edu
Individually, the code snippets here are in the public domain (unless otherwise
noted) — feel free to use them however you please. The aggregate collection and
descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
without even the implied warranty of merchantability or fitness for a particular
purpose.
License notice for Brotli
--------------------------------------
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
compress_fragment.c:
Copyright (c) 2011, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
decode_fuzzer.c:
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."

View File

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Threading.Tasks.Extensions</name>
</assembly>
<members>
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
<returns></returns>
</member>
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="T:System.Threading.Tasks.ValueTask`1">
<summary>Provides a value type that wraps a <see cref="Task{TResult}"></see> and a <typeparamref name="TResult">TResult</typeparamref>, only one of which is used.</summary>
<typeparam name="TResult">The result.</typeparam>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied task that represents the operation.</summary>
<param name="task">The task.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied result of a successful operation.</summary>
<param name="result">The result.</param>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
<summary>Retrieves a <see cref="Task{TResult}"></see> object that represents this <see cref="ValueTask{TResult}"></see>.</summary>
<returns>The <see cref="Task{TResult}"></see> object that is wrapped in this <see cref="ValueTask{TResult}"></see> if one exists, or a new <see cref="Task{TResult}"></see> object that represents the result.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
<summary>Configures an awaiter for this value.</summary>
<param name="continueOnCapturedContext">true to attempt to marshal the continuation back to the captured context; otherwise, false.</param>
<returns>The configured awaiter.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.CreateAsyncMethodBuilder">
<summary>Creates a method builder for use with an async method.</summary>
<returns>The created builder.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<param name="obj">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
<summary>Determines whether the specified <see cref="ValueTask{TResult}"></see> object is equal to the current <see cref="ValueTask{TResult}"></see> object.</summary>
<param name="other">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
<summary>Creates an awaiter for this value.</summary>
<returns>The awaiter.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
<summary>Returns the hash code for this instance.</summary>
<returns>The hash code for the current object.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
<summary>Gets a value that indicates whether this object represents a canceled operation.</summary>
<returns>true if this object represents a canceled operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
<summary>Gets a value that indicates whether this object represents a completed operation.</summary>
<returns>true if this object represents a completed operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
<summary>Gets a value that indicates whether this object represents a successfully completed operation.</summary>
<returns>true if this object represents a successfully completed operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
<summary>Gets a value that indicates whether this object represents a failed operation.</summary>
<returns>true if this object represents a failed operation; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
<summary>Compares two values for equality.</summary>
<param name="left">The first value to compare.</param>
<param name="right">The second value to compare.</param>
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are equal; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
<summary>Determines whether two <see cref="ValueTask{TResult}"></see> values are unequal.</summary>
<param name="left">The first value to compare.</param>
<param name="right">The seconed value to compare.</param>
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are not equal; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
<summary>Gets the result.</summary>
<returns>The result.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
</member>
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
<param name="builderType"></param>
</member>
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
<returns></returns>
</member>
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
<param name="awaiter"></param>
<param name="stateMachine"></param>
<typeparam name="TAwaiter"></typeparam>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
<param name="awaiter"></param>
<param name="stateMachine"></param>
<typeparam name="TAwaiter"></typeparam>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
<param name="exception"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
<param name="result"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
<param name="stateMachine"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
<param name="stateMachine"></param>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
<returns></returns>
</member>
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
<returns></returns>
</member>
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
<returns></returns>
</member>
</members>
</doc>

View File

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Threading.Tasks.Extensions</name>
</assembly>
<members>
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
<returns></returns>
</member>
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="T:System.Threading.Tasks.ValueTask`1">
<summary>Provides a value type that wraps a <see cref="Task{TResult}"></see> and a <typeparamref name="TResult">TResult</typeparamref>, only one of which is used.</summary>
<typeparam name="TResult">The result.</typeparam>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied task that represents the operation.</summary>
<param name="task">The task.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied result of a successful operation.</summary>
<param name="result">The result.</param>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
<summary>Retrieves a <see cref="Task{TResult}"></see> object that represents this <see cref="ValueTask{TResult}"></see>.</summary>
<returns>The <see cref="Task{TResult}"></see> object that is wrapped in this <see cref="ValueTask{TResult}"></see> if one exists, or a new <see cref="Task{TResult}"></see> object that represents the result.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
<summary>Configures an awaiter for this value.</summary>
<param name="continueOnCapturedContext">true to attempt to marshal the continuation back to the captured context; otherwise, false.</param>
<returns>The configured awaiter.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.CreateAsyncMethodBuilder">
<summary>Creates a method builder for use with an async method.</summary>
<returns>The created builder.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<param name="obj">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
<summary>Determines whether the specified <see cref="ValueTask{TResult}"></see> object is equal to the current <see cref="ValueTask{TResult}"></see> object.</summary>
<param name="other">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
<summary>Creates an awaiter for this value.</summary>
<returns>The awaiter.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
<summary>Returns the hash code for this instance.</summary>
<returns>The hash code for the current object.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
<summary>Gets a value that indicates whether this object represents a canceled operation.</summary>
<returns>true if this object represents a canceled operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
<summary>Gets a value that indicates whether this object represents a completed operation.</summary>
<returns>true if this object represents a completed operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
<summary>Gets a value that indicates whether this object represents a successfully completed operation.</summary>
<returns>true if this object represents a successfully completed operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
<summary>Gets a value that indicates whether this object represents a failed operation.</summary>
<returns>true if this object represents a failed operation; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
<summary>Compares two values for equality.</summary>
<param name="left">The first value to compare.</param>
<param name="right">The second value to compare.</param>
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are equal; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
<summary>Determines whether two <see cref="ValueTask{TResult}"></see> values are unequal.</summary>
<param name="left">The first value to compare.</param>
<param name="right">The seconed value to compare.</param>
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are not equal; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
<summary>Gets the result.</summary>
<returns>The result.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
</member>
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
<param name="builderType"></param>
</member>
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
<returns></returns>
</member>
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
<param name="awaiter"></param>
<param name="stateMachine"></param>
<typeparam name="TAwaiter"></typeparam>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
<param name="awaiter"></param>
<param name="stateMachine"></param>
<typeparam name="TAwaiter"></typeparam>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
<param name="exception"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
<param name="result"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
<param name="stateMachine"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
<param name="stateMachine"></param>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
<returns></returns>
</member>
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
<returns></returns>
</member>
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
<returns></returns>
</member>
</members>
</doc>

View File

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Threading.Tasks.Extensions</name>
</assembly>
<members>
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
<returns></returns>
</member>
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="T:System.Threading.Tasks.ValueTask`1">
<summary>Provides a value type that wraps a <see cref="Task{TResult}"></see> and a <typeparamref name="TResult">TResult</typeparamref>, only one of which is used.</summary>
<typeparam name="TResult">The result.</typeparam>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied task that represents the operation.</summary>
<param name="task">The task.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="task">task</paramref> argument is null.</exception>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
<summary>Initializes a new instance of the <see cref="ValueTask{TResult}"></see> class using the supplied result of a successful operation.</summary>
<param name="result">The result.</param>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
<summary>Retrieves a <see cref="Task{TResult}"></see> object that represents this <see cref="ValueTask{TResult}"></see>.</summary>
<returns>The <see cref="Task{TResult}"></see> object that is wrapped in this <see cref="ValueTask{TResult}"></see> if one exists, or a new <see cref="Task{TResult}"></see> object that represents the result.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
<summary>Configures an awaiter for this value.</summary>
<param name="continueOnCapturedContext">true to attempt to marshal the continuation back to the captured context; otherwise, false.</param>
<returns>The configured awaiter.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.CreateAsyncMethodBuilder">
<summary>Creates a method builder for use with an async method.</summary>
<returns>The created builder.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<param name="obj">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
<summary>Determines whether the specified <see cref="ValueTask{TResult}"></see> object is equal to the current <see cref="ValueTask{TResult}"></see> object.</summary>
<param name="other">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
<summary>Creates an awaiter for this value.</summary>
<returns>The awaiter.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
<summary>Returns the hash code for this instance.</summary>
<returns>The hash code for the current object.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
<summary>Gets a value that indicates whether this object represents a canceled operation.</summary>
<returns>true if this object represents a canceled operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
<summary>Gets a value that indicates whether this object represents a completed operation.</summary>
<returns>true if this object represents a completed operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
<summary>Gets a value that indicates whether this object represents a successfully completed operation.</summary>
<returns>true if this object represents a successfully completed operation; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
<summary>Gets a value that indicates whether this object represents a failed operation.</summary>
<returns>true if this object represents a failed operation; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
<summary>Compares two values for equality.</summary>
<param name="left">The first value to compare.</param>
<param name="right">The second value to compare.</param>
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are equal; otherwise, false.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
<summary>Determines whether two <see cref="ValueTask{TResult}"></see> values are unequal.</summary>
<param name="left">The first value to compare.</param>
<param name="right">The seconed value to compare.</param>
<returns>true if the two <see cref="ValueTask{TResult}"></see> values are not equal; otherwise, false.</returns>
</member>
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
<summary>Gets the result.</summary>
<returns>The result.</returns>
</member>
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
</member>
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
<param name="builderType"></param>
</member>
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
<returns></returns>
</member>
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
<param name="awaiter"></param>
<param name="stateMachine"></param>
<typeparam name="TAwaiter"></typeparam>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
<param name="awaiter"></param>
<param name="stateMachine"></param>
<typeparam name="TAwaiter"></typeparam>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
<param name="exception"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
<param name="result"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
<param name="stateMachine"></param>
</member>
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
<param name="stateMachine"></param>
<typeparam name="TStateMachine"></typeparam>
</member>
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
<returns></returns>
</member>
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
<returns></returns>
</member>
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
<returns></returns>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
<param name="continuation"></param>
</member>
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
<typeparam name="TResult"></typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
<returns></returns>
</member>
</members>
</doc>

Some files were not shown because too many files have changed in this diff Show More