IVariableDeclarationOperation.Declarators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Individual variable declarations declared by this multiple declaration.
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IVariableDeclaratorOperation ^> Declarators { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IVariableDeclaratorOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IVariableDeclaratorOperation> Declarators { get; }
member this.Declarators : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IVariableDeclaratorOperation>
Public ReadOnly Property Declarators As ImmutableArray(Of IVariableDeclaratorOperation)
Property Value
Remarks
All IVariableDeclarationGroupOperation will have at least 1 IVariableDeclarationOperation, even if the declaration group only declares 1 variable.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.