BindPipeline(Binding<MarkdownPipeline?>) Method

Definition

Assembly XenoAtom.Terminal.UI.Extensions.Markdown.dll

Binds Pipeline to a binding.

[EditorBrowsable(EditorBrowsableState.Never)]
[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public void BindPipeline(Binding<MarkdownPipeline?> binding)

Parameters

binding
Binding<T>

The binding to attach.

Remarks

When a binding is attached, sets to the property are forwarded to the binding. This method is hidden from IntelliSense.