Deconstruct(out DataTemplateDisplayFactory?, out DataTemplateEditorFactory?, out DataTemplateUpdater?, out DataTemplateReleaser?) Method

Definition

Assembly XenoAtom.Terminal.UI.dll
[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