Deconstruct(out string, out string, out bool, out string?, out string?)
Declaration
public void Deconstruct(out string ProjectPath, out string TargetFramework, out bool AddTitles, out string? Prolog, out string? Epilogue)Parameters
| Type | Name | Description |
|---|---|---|
| string | ProjectPath | |
| string | TargetFramework | |
| bool | AddTitles | |
| string | Prolog | |
| string | Epilogue |