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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.