Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Onderka <gsvick@gmail.com>2016-09-03 04:58:39 +0300
committerGitHub <noreply@github.com>2016-09-03 04:58:39 +0300
commit1c686129f35adce9c7c16aa5ba4187825a85c14a (patch)
tree977001028cafd9cfb66fba2c97fd84aae2696d4b /pkg/descriptions.json
parentc5c8afe08f01175dc4a1b76849a83df8a56c7ded (diff)
Remove Options from common types for TPL Dataflow
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index b0a260d55a..20c9c96f09 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1675,10 +1675,6 @@
"System.Threading.Tasks.Dataflow.BroadcastBlock<T>",
"System.Threading.Tasks.Dataflow.BufferBlock<T>",
"System.Threading.Tasks.Dataflow.DataflowBlock",
- "System.Threading.Tasks.Dataflow.DataflowBlockOptions",
- "System.Threading.Tasks.Dataflow.DataflowLinkOptions",
- "System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions",
- "System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions",
"System.Threading.Tasks.Dataflow.JoinBlock<T1, T2>",
"System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3>",
"System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput>",