11 lines
253 B
C#
11 lines
253 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Collections.Generic
|
|
{
|
|
// Token: 0x0200036C RID: 876
|
|
// (Invoke) Token: 0x0600176C RID: 5996
|
|
[Token(Token = "0x200036C")]
|
|
internal delegate bool TreeWalkPredicate<T>(SortedSet<T>.Node node);
|
|
}
|