Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.28 KB

File metadata and controls

14 lines (13 loc) · 1.28 KB

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)