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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.