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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.