WriteOnceBlock<T>.ToString Method

Definition

Returns a string that represents the formatted name of this IDataflowBlock instance.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string that represents the formatted name of this IDataflowBlock instance.

Remarks

Inherited from Object . Uses the NameFormat option.

Applies to