m
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user