a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
52 lines
2.6 KiB
XML
52 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="CSharpArgumentInfo" FullName="Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
|
|
<TypeSignature Language="C#" Value="public sealed class CSharpArgumentInfo" />
|
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CSharpArgumentInfo extends System.Object" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>Microsoft.CSharp</AssemblyName>
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<remarks>To be added.</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>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.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName="Create">
|
|
<MemberSignature Language="C#" Value="public static Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Create (Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags flags, string name);" />
|
|
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Create(valuetype Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags flags, string name) cil managed" />
|
|
<MemberType>Method</MemberType>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ReturnValue>
|
|
<ReturnType>Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="flags" Type="Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags" />
|
|
<Parameter Name="name" Type="System.String" />
|
|
</Parameters>
|
|
<Docs>
|
|
<remarks>To be added.</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</para>
|
|
</summary>
|
|
<returns>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>A new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</para>
|
|
</returns>
|
|
<param name="flags">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The flags for the argument.</param>
|
|
<param name="name">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The name of the argument, if named; otherwise null.</param>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |