16 packages tagged with “deconstruct”
Pattern matching support for System.Linq.Expressions.
Provides Deconstruct methods for several types.
Deconstructors for Drawing types.
Generates deconstruction methods for type definitions.
Deconstructors for Version.
Deconstructors for WPF types.
Deconstructors for Tuple.
Deconstructors for Windows Forms types.
Deconstructors for IList(Array, List, etc.).
Deconstructors for Numerics types.
Deconstructors for Span and ReadOnlySpan.
Deconstructors for DateTime and etc.
Deconstructors for KeyValuePair.
Enables inference of type parameters from constraints and/or from deconstruction variables.
This library extends OneOf and OneOfBase with extensions methods to convert into Tuple or ValueTuple. All non-nullable value types are automatically converted into nullable types, so the underlying Tuple values will always have a single non-null value (all other values will be null).
This library extends OneOf and OneOfBase with deconstructors methods to deconstruct into the underlying types. All non-nullable value types are automatically converted into nullable types, so the deconstructed values will always have a single non-null value (all other values will be null).