Files
Apr2020-Cpp2Il-Dump/System/Collections/Generic/TreeWalkPredicate.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

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