CodeArrayCreateExpression.SizeExpression Propriedade
Definição
Obtém ou define a expressão que indica o tamanho da matriz.Gets or sets the expression that indicates the size of the array.
public:
property System::CodeDom::CodeExpression ^ SizeExpression { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression SizeExpression { get; set; }
member this.SizeExpression : System.CodeDom.CodeExpression with get, set
Public Property SizeExpression As CodeExpression
Valor da propriedade
Um CodeExpression que indica o tamanho da matriz.A CodeExpression that indicates the size of the array.
Comentários
O tamanho da matriz pode ser representado com um CodeExpression .The size of the array can be represented with a CodeExpression.