C# source code implementing a .Net equivalent of Python's namedtuple functionality (http://docs.python.org/dev/library/collections.html#collections.namedtuple).
Info
Version: | 1.0.1 |
Author(s): | BC3Tech |
Last Update: | Sunday, January 19, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netitude.bc3tech.net/2014/01/18/pythons-namedtuple-for-net/ |
NuGet Url: | https://www.nuget.org/packages/namedtuple |
Install
Install-Package namedtuple
dotnet add package namedtuple
paket add namedtuple
namedtuple Download (Unzip the "nupkg" after downloading)
Dependencies
Tags