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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.