Interface ISymbolInitializerOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ISymbolInitializerOperation : IOperation
Properties
Locals
Declaration
ImmutableArray<ILocalSymbol> Locals { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ILocalSymbol> |
Value
Declaration
IOperation Value { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |