Interface IReDimOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IReDimOperation : IOperation
Properties
Clauses
Declaration
ImmutableArray<IReDimClauseOperation> Clauses { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IReDimClauseOperation> |
Preserve
Declaration
bool Preserve { get; }
Property Value
| Type | Description |
|---|---|
| bool |