Deconstruct(out string?, out Accessibility?, out bool?, out bool?, out bool?, out bool?, out bool?, out bool?)
Declaration
public void Deconstruct(out string? Name, out Accessibility? Accessibility, out bool? IsVirtual, out bool? IsSealed, out bool? IsRequired, out bool? IsAbstract, out bool? IsPartial, out bool? IsExtern)
Parameters
Type | Name | Description |
---|---|---|
string | Name | |
Accessibility? | Accessibility | |
bool? | IsVirtual | |
bool? | IsSealed | |
bool? | IsRequired | |
bool? | IsAbstract | |
bool? | IsPartial | |
bool? | IsExtern |