Method Deconstruct
Deconstruct(out GLBlazorComponentState, out object, out object?, out object?)
Declaration
public void Deconstruct(out GLBlazorComponentState ComponentState, out object DataContext, out object? BodyViewTemplateKey, out object? HeaderViewTemplateKey)
Parameters
Type | Name | Description |
---|---|---|
GLBlazorComponentState | ComponentState | |
object | DataContext | |
object | BodyViewTemplateKey | |
object | HeaderViewTemplateKey |