15 lines
351 B
C#
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
|
|
{
|
|
}
|
|
}
|