32 lines
893 B
C#
32 lines
893 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02001291 RID: 4753
|
|
[Token(Token = "0x2001291")]
|
|
public static class LNBMDFMOOCP
|
|
{
|
|
// Token: 0x06006B1D RID: 27421 RVA: 0x00178250 File Offset: 0x00176450
|
|
[Token(Token = "0x6006B1D")]
|
|
[Address(RVA = "0x13F53B0", Offset = "0x13F43B0", VA = "0x1813F53B0")]
|
|
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);
|
|
}
|
|
}
|