Method Deconstruct
Deconstruct(out String, out Nullable<Accessibility>, out Nullable<Boolean>, out Nullable<Boolean>, out Nullable<Boolean>)
Declaration
public void Deconstruct(out string Name, out Nullable<Accessibility> Accessibility, out Nullable<bool> IsVirtual, out Nullable<bool> IsSealed, out Nullable<bool> IsRequired)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | |
System.Nullable<Accessibility> | Accessibility | |
System.Nullable<System.Boolean> | IsVirtual | |
System.Nullable<System.Boolean> | IsSealed | |
System.Nullable<System.Boolean> | IsRequired |