forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArrayLiteral.xml
41 lines (41 loc) · 2.07 KB
/
ArrayLiteral.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Type Name="ArrayLiteral" FullName="Microsoft.JScript.ArrayLiteral">
<TypeSignature Language="C#" Value="public sealed class ArrayLiteral : Microsoft.JScript.AST" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit ArrayLiteral extends Microsoft.JScript.AST" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.ArrayLiteral" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.JScript.AST</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>This class is used by the JScript parser to represent an array literal.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ArrayLiteral (Microsoft.JScript.Context context, Microsoft.JScript.ASTList elements);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.JScript.Context context, class Microsoft.JScript.ASTList elements) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.ArrayLiteral.#ctor(Microsoft.JScript.Context,Microsoft.JScript.ASTList)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="context" Type="Microsoft.JScript.Context" />
<Parameter Name="elements" Type="Microsoft.JScript.ASTList" />
</Parameters>
<Docs>
<param name="context">The current document context.</param>
<param name="elements">The elements of the array.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.JScript.ArrayLiteral" /> class, specifying the context and elements.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
</Type>