Files
27Aug2021-Cpp2IL-Dump/Microsoft.CSharp/RuntimeBinder/Binder.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

15 lines
351 B
C#

using System;
using System.ComponentModel;
using Cpp2IlInjected;
namespace Microsoft.CSharp.RuntimeBinder
{
/// <summary>Contains factory methods to create dynamic call site binders for CSharp.</summary>
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
[EditorBrowsable(EditorBrowsableState.Never)]
public static class Binder
{
}
}