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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.