TransformBlock<TInput,TOutput>.OutputCount Property

Definition

Gets the number of output items available to be received from this block.

public:
 property int OutputCount { int get(); };
public int OutputCount { get; }
member this.OutputCount : int
Public ReadOnly Property OutputCount As Integer

Property Value

The number of output items.

Applies to