IOperation.Children 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.
Caution
This API has performance penalties, please use ChildOperations instead.
An array of child operations for this operation. Deprecated: please use ChildOperations.
public:
property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::IOperation ^> ^ Children { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::IOperation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.IOperation> Children { get; }
[System.Obsolete("This API has performance penalties, please use ChildOperations instead.", false)]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.IOperation> Children { get; }
member this.Children : seq<Microsoft.CodeAnalysis.IOperation>
[<System.Obsolete("This API has performance penalties, please use ChildOperations instead.", false)>]
member this.Children : seq<Microsoft.CodeAnalysis.IOperation>
Public ReadOnly Property Children As IEnumerable(Of IOperation)
Property Value
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.