1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00

Merge remote-tracking branch 'dotnet/master' into RemoveNetcoreappNetfxBuildScripts

This commit is contained in:
Santiago Fernandez Madero 2020-01-23 10:30:39 -08:00
commit 66148892f1
97 changed files with 1459 additions and 5583 deletions

View file

@ -95,7 +95,7 @@ namespace System.Collections.Generic
private void InsertNodeBefore(LinkedListNode<T> node, LinkedListNode<T> newNode)
{
...
...
}
...
@ -124,10 +124,10 @@ namespace System.Collections.Generics
_parent = parent;
_value = value;
}
public T Value
{
get { return _value; }
get { return _value; }
}
}