﻿<?xml version="1.0" encoding="utf-8"?><Type Name="CodeArrayCreateExpression" FullName="System.CodeDom.CodeArrayCreateExpression"><TypeSignature Language="C#" Value="public class CodeArrayCreateExpression : System.CodeDom.CodeExpression" Maintainer="auto" /><TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit CodeArrayCreateExpression extends System.CodeDom.CodeExpression" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.3300.0</AssemblyVersion><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.CodeDom.CodeExpression</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.CodeDom.CodeArrayCreateExpression" /> can be used to represent a code expression that creates an array. Expressions that create an array should specify either a number of elements, or a list of expressions to use to initialize the array.</para><para>Most arrays can be initialized immediately following declaration. The <see cref="P:System.CodeDom.CodeArrayCreateExpression.Initializers" /> property can be set to the expression to use to initialize the array.</para><para>A <see cref="T:System.CodeDom.CodeArrayCreateExpression" /> only directly supports creating single-dimension arrays. If a language allows arrays of arrays, it is possible to create them by nesting a <see cref="T:System.CodeDom.CodeArrayCreateExpression" /> within a <see cref="T:System.CodeDom.CodeArrayCreateExpression" />. Not all languages support arrays of arrays. You can check whether an <see cref="T:System.CodeDom.Compiler.ICodeGenerator" /> for a language declares support for nested arrays by calling <see cref="M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)" /> with the <see cref="F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays" /> flag.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an expression that creates an array.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><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:System.CodeDom.CodeArrayCreateExpression" /> class.</para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.CodeDom.CodeTypeReference createType, class System.CodeDom.CodeExpression size) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.CodeDom.CodeTypeReference" /><Parameter Name="size" Type="System.CodeDom.CodeExpression" /></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type and code expression indicating the number of indexes for the array.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeTypeReference" /> indicating the data type of the array to create. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />An expression that indicates the number of indexes of the array to create. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression[] initializers);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.CodeDom.CodeTypeReference createType, class System.CodeDom.CodeExpression[] initializers) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.CodeDom.CodeTypeReference" /><Parameter Name="initializers" Type="System.CodeDom.CodeExpression[]"><Attributes><Attribute><AttributeName>System.ParamArray</AttributeName></Attribute></Attributes></Parameter></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type and initialization expressions.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeTypeReference" /> that indicates the data type of the array to create. </param><param name="initializers"><attribution license="cc4" from="Microsoft" modified="false" />An array of expressions to use to initialize the array. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (System.CodeDom.CodeTypeReference createType, int size);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.CodeDom.CodeTypeReference createType, int32 size) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.CodeDom.CodeTypeReference" /><Parameter Name="size" Type="System.Int32" /></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type and number of indexes for the array.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeTypeReference" /> indicating the data type of the array to create. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />The number of indexes of the array to create. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (string createType, System.CodeDom.CodeExpression size);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string createType, class System.CodeDom.CodeExpression size) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.String" /><Parameter Name="size" Type="System.CodeDom.CodeExpression" /></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type name and code expression indicating the number of indexes for the array.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />The name of the data type of the array to create. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />An expression that indicates the number of indexes of the array to create. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (string createType, System.CodeDom.CodeExpression[] initializers);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string createType, class System.CodeDom.CodeExpression[] initializers) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.String" /><Parameter Name="initializers" Type="System.CodeDom.CodeExpression[]"><Attributes><Attribute><AttributeName>System.ParamArray</AttributeName></Attribute></Attributes></Parameter></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type name and initializers.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />The name of the data type of the array to create. </param><param name="initializers"><attribution license="cc4" from="Microsoft" modified="false" />An array of expressions to use to initialize the array. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (string createType, int size);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string createType, int32 size) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.String" /><Parameter Name="size" Type="System.Int32" /></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type name and number of indexes for the array.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />The name of the data type of the array to create. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />The number of indexes of the array to create. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (Type createType, System.CodeDom.CodeExpression size);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type createType, class System.CodeDom.CodeExpression size) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.Type" /><Parameter Name="size" Type="System.CodeDom.CodeExpression" /></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type and code expression indicating the number of indexes for the array.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />The data type of the array to create. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />An expression that indicates the number of indexes of the array to create. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (Type createType, System.CodeDom.CodeExpression[] initializers);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type createType, class System.CodeDom.CodeExpression[] initializers) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.Type" /><Parameter Name="initializers" Type="System.CodeDom.CodeExpression[]"><Attributes><Attribute><AttributeName>System.ParamArray</AttributeName></Attribute></Attributes></Parameter></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type and initializers.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />The data type of the array to create. </param><param name="initializers"><attribution license="cc4" from="Microsoft" modified="false" />An array of expressions to use to initialize the array. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public CodeArrayCreateExpression (Type createType, int size);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type createType, int32 size) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="createType" Type="System.Type" /><Parameter Name="size" Type="System.Int32" /></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:System.CodeDom.CodeArrayCreateExpression" /> class using the specified array data type and number of indexes for the array.</para></summary><param name="createType"><attribution license="cc4" from="Microsoft" modified="false" />The data type of the array to create. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />The number of indexes of the array to create. </param></Docs></Member><Member MemberName="CreateType"><MemberSignature Language="C#" Value="public System.CodeDom.CodeTypeReference CreateType { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeTypeReference CreateType" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.CodeDom.CodeTypeReference</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'CodeTypeReference'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the type of array to create.</para></summary></Docs></Member><Member MemberName="Initializers"><MemberSignature Language="C#" Value="public System.CodeDom.CodeExpressionCollection Initializers { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeExpressionCollection Initializers" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.CodeDom.CodeExpressionCollection</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'CodeExpressionCollection'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the initializers with which to initialize the array.</para></summary></Docs></Member><Member MemberName="Size"><MemberSignature Language="C#" Value="public int Size { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 Size" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'int'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the number of indexes in the array.</para></summary></Docs></Member><Member MemberName="SizeExpression"><MemberSignature Language="C#" Value="public System.CodeDom.CodeExpression SizeExpression { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeExpression SizeExpression" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.CodeDom.CodeExpression</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'CodeExpression'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The size of the array can be represented with a <see cref="T:System.CodeDom.CodeExpression" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the expression that indicates the size of the array.</para></summary></Docs></Member></Members></Type>