a
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x020011C4 RID: 4548
|
||||
[Token(Token = "0x20011C4")]
|
||||
public static class LNBMDFMOOCP
|
||||
{
|
||||
// Token: 0x060067B7 RID: 26551 RVA: 0x0016FFD8 File Offset: 0x0016E1D8
|
||||
[Token(Token = "0x60067B7")]
|
||||
[Address(RVA = "0x906030", Offset = "0x904E30", VA = "0x180906030")]
|
||||
public static string GONGPFNBBPE(IEnumerable<string> CAFPJPHILMN, [Optional] string JBAOACLLFMN)
|
||||
{
|
||||
while (!Enumerable.Any<string>(CAFPJPHILMN))
|
||||
{
|
||||
if (JBAOACLLFMN == 0)
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
}
|
||||
Func<string, string> <>9__0_ = LNBMDFMOOCP.<>c.<>9__0_0;
|
||||
if (<>9__0_ == 0)
|
||||
{
|
||||
LNBMDFMOOCP.<>c.<>9__0_0 = (string t) => "#" + t;
|
||||
}
|
||||
IEnumerable<string> enumerable = Enumerable.Select<string, string>(CAFPJPHILMN, <>9__0_);
|
||||
return string.Join(", ", enumerable);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user