Share via


IVariableDeclaratorOperation.IgnoredArguments Property

Definition

Additional arguments supplied to the declarator in error cases, ignored by the compiler. This only used for the C# case of DeclaredArgumentSyntax nodes on a VariableDeclaratorSyntax.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IOperation ^> IgnoredArguments { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation> IgnoredArguments { get; }
member this.IgnoredArguments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation>
Public ReadOnly Property IgnoredArguments As ImmutableArray(Of IOperation)

Property Value

Applies to