Skip to content

na1307/Bluehill.Deconstructors

Repository files navigation

Bluehill.Deconstructors

Provides Deconstruct methods for several types.

Consists of:

  1. Bluehill.Deconstructors.List (Array, List, etc.)
  2. Bluehill.Deconstructors.KeyValuePair (KeyValuePair, DictionaryEntry)
  3. Bluehill.Deconstructors.Tuple (Tuple)
  4. Bluehill.Deconstructors.Drawing (Point(F), Color, etc.)
  5. Bluehill.Deconstructors.Numerics (Vector, Matrix, etc.)
  6. Bluehill.Deconstructors.Forms (Padding, TableLayoutPanelCellPosition, etc.)
  7. Bluehill.Deconstructors.Wpf (WPF Point, Color, etc.)
  8. Bluehill.Deconstructors.Version (Version)
  9. Bluehill.Deconstructors.DateTime (DateTime, etc.)
  10. Bluehill.Deconstructors.Span (Span, ReadonlySpan)