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:
commit
66148892f1
97 changed files with 1459 additions and 5583 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue