-
Home
-
API
-
XenoAtom.Terminal.UI.Templating
-
DataTemplate
-
Methods
-
Deconstruct(out DataTemplateDisplayFactory?, out DataTemplateEditorFactory?, out DataTemplateUpdater?, out DataTemplateReleaser?)
Deconstruct(out DataTemplateDisplayFactory?, out DataTemplateEditorFactory?, out DataTemplateUpdater?, out DataTemplateReleaser?) Method
Definition
[NullableContext((byte)2)]
[CompilerGenerated]
public readonly void Deconstruct([Nullable(new byte[] { (byte)2, (byte)1 })] scoped out DataTemplateDisplayFactory<T>? Display, [Nullable(new byte[] { (byte)2, (byte)1 })] scoped out DataTemplateEditorFactory<T>? Editor, [Nullable(new byte[] { (byte)2, (byte)1 })] scoped out DataTemplateUpdater<T>? TryUpdate, scoped out DataTemplateReleaser? Release)
Parameters