Freigeben über


IVariableDeclaratorOperation.IgnoredArguments Eigenschaft

Definition

Zusätzliche Argumente, die dem Deklarator in Fehlerfällen bereitgestellt werden, werden vom Compiler ignoriert. Dies wird nur für den C#-Fall von DeklariertArgumentSyntax-Knoten auf einer VariableDeclaratorSyntax verwendet.

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)

Eigenschaftswert

Gilt für: