oh dear
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.ComponentModel
|
||||
{
|
||||
/// <summary>Specifies whether the template can be bound one way or two ways.</summary>
|
||||
// Token: 0x020000EE RID: 238
|
||||
[Token(Token = "0x20000EE")]
|
||||
public enum BindingDirection
|
||||
{
|
||||
/// <summary>The template can only accept property values. Used with a generic <see cref="T:System.Web.UI.ITemplate" />.</summary>
|
||||
// Token: 0x0400045C RID: 1116
|
||||
[Token(Token = "0x400045C")]
|
||||
OneWay,
|
||||
/// <summary>The template can accept and expose property values. Used with an <see cref="T:System.Web.UI.IBindableTemplate" />.</summary>
|
||||
// Token: 0x0400045D RID: 1117
|
||||
[Token(Token = "0x400045D")]
|
||||
TwoWay
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user