Info
Version: | 1.0.2 |
Author(s): | Shayne van Asperen |
Last Update: | Sunday, July 29, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/shaynevanasperen/Code |
NuGet Url: | https://www.nuget.org/packages/Code.Extensions.Object.ToEnumerable |
Install
Install-Package Code.Extensions.Object.ToEnumerable
dotnet add package Code.Extensions.Object.ToEnumerable
paket add Code.Extensions.Object.ToEnumerable
Code.Extensions.Object.ToEnumerable Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
An extension for retrieving an object's public instance property values as a series of values (boxed) in alphabetical order of the property names, or if the object is already a collection, the elements of that collection (boxed).