IOperation.Children プロパティ

定義

注意事項

This API has performance penalties, please use ChildOperations instead.

この操作の子操作の配列。 非推奨: 使用してください 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)

プロパティ値

属性

適用対象