We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ceeb05 commit 091e9f8Copy full SHA for 091e9f8
CSVSerializer.NET/Value.cs
@@ -7,7 +7,6 @@ namespace CSVSerializer
7
/// </summary>
8
public class Value<T>
9
{
10
- private T type;
11
private object value;
12
/// <summary>
13
/// Constructor that accepts any object
0 commit comments