Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
11 packages returned for Tags:"deconstructor"
Sort by
Relevance
Downloads
Recently updated
ArrayDeconstructors.
Source
by:
hazzik
11,667 total downloads
last updated
10/12/2022
Latest version:
1.0.4
deconstructor
deconstruction
array
arrays
tuple
tuples
ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables: int[] array = <...>; var (a,b) = array;
Bluehill.
Deconstructors
by:
na1307
1,387 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
Provides Deconstruct methods for several types.
Bluehill.
Deconstructors.
Version
by:
na1307
262 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
version
Deconstructors for Version.
Bluehill.
Deconstructors.
List
by:
na1307
319 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
ilist
Deconstructors for IList(Array, List, etc.).
Bluehill.
Deconstructors.
Tuple
by:
na1307
247 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
tuple
Deconstructors for Tuple.
Bluehill.
Deconstructors.
Drawing
by:
na1307
321 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
drawing
Deconstructors for Drawing types.
Bluehill.
Deconstructors.
Wpf
by:
na1307
246 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
wpf
Deconstructors for WPF types.
SpanDeconstructors.
Source
by:
hazzik
388 total downloads
last updated
11/1/2019
Latest version:
1.0.0
deconstructor
deconstruction
span
read-only-span
tuple
tuples
SpanDeconstructors is a source package which allows you to use C# 7 deconstruction syntax to deconstruct array or span into variables: Span<int> span = <...>; var (a,b) = span;
Bluehill.
Deconstructors.
Numerics
by:
na1307
263 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
numerics
vector
matrix
Deconstructors for Numerics types.
Bluehill.
Deconstructors.
Forms
by:
na1307
248 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
winforms
forms
Deconstructors for Windows Forms types.
Bluehill.
Deconstructors.
KeyValuePair
by:
na1307
246 total downloads
last updated
1/1/2023
Latest version:
2.0.0
deconstructor
deconstruct
na1307
bluehill
keyvaluepair
dictionary
dictionaryentry
Deconstructors for KeyValuePair.