Webの例では、メソッドがあることがわかりますが、Dataflow.TransformBlock.Post()
コンパイルすることはできません。
Dim q As New Dataflow.TransformBlock(Of Integer, Integer)(Function(x As Integer) As Integer
Return x
End Function)
q.post(5)
エラーは次のとおりです。
「post」は「System.Threading.Tasks.Dataflow.TransformBlock(Of Integer、Integer)」のメンバーではありません。