11 lines
253 B
C#
11 lines
253 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Collections.Generic
|
|
{
|
|
// Token: 0x02000368 RID: 872
|
|
// (Invoke) Token: 0x06001755 RID: 5973
|
|
[Token(Token = "0x2000368")]
|
|
internal delegate bool TreeWalkPredicate<T>(SortedSet<T>.Node node);
|
|
}
|