Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

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);
}