|
#region Assembly System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Web.Extensions.Design.dll
#endregion
using System.Runtime;
namespace System.Web.UI.Design.WebControls
{
internal abstract class ListViewAutoStyle
{
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
protected ListViewAutoStyle();
public abstract string ID { get; }
public abstract string Name { get; }
public int GetIntValue(ListViewAutoLayout layout, string key);
public string GetStringValue(ListViewAutoLayout layout, string key);
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public override string ToString();
}
} |