@@ -1720,17 +1720,6 @@ public partial interface IAntiforgeryValidationFailedResult : Microsoft.AspNetCo
1720
1720
}
1721
1721
namespace Microsoft . AspNetCore . Mvc . Diagnostics
1722
1722
{
1723
- public abstract partial class EventData : System . Collections . Generic . IEnumerable < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . Generic . IReadOnlyCollection < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . Generic . IReadOnlyList < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . IEnumerable
1724
- {
1725
- protected const string EventNamespace = "Microsoft.AspNetCore.Mvc." ;
1726
- protected EventData ( ) { }
1727
- protected abstract int Count { get ; }
1728
- protected abstract System . Collections . Generic . KeyValuePair < string , object > this [ int index ] { get ; }
1729
- int System . Collections . Generic . IReadOnlyCollection < System . Collections . Generic . KeyValuePair < System . String , System . Object > > . Count { get { throw null ; } }
1730
- System . Collections . Generic . KeyValuePair < string , object > System . Collections . Generic . IReadOnlyList < System . Collections . Generic . KeyValuePair < System . String , System . Object > > . this [ int index ] { get { throw null ; } }
1731
- System . Collections . Generic . IEnumerator < System . Collections . Generic . KeyValuePair < string , object > > System . Collections . Generic . IEnumerable < System . Collections . Generic . KeyValuePair < System . String , System . Object > > . GetEnumerator ( ) { throw null ; }
1732
- System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) { throw null ; }
1733
- }
1734
1723
public sealed partial class AfterAction : Microsoft . AspNetCore . Mvc . Diagnostics . EventData
1735
1724
{
1736
1725
public const string EventName = "Microsoft.AspNetCore.Mvc.AfterAction" ;
@@ -2010,6 +1999,28 @@ public BeforeOnResultExecution(Microsoft.AspNetCore.Mvc.Abstractions.ActionDescr
2010
1999
protected override System . Collections . Generic . KeyValuePair < string , object > this [ int index ] { get { throw null ; } }
2011
2000
public Microsoft . AspNetCore . Mvc . Filters . ResultExecutingContext ResultExecutingContext { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
2012
2001
}
2002
+ public abstract partial class EventData : System . Collections . Generic . IEnumerable < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . Generic . IReadOnlyCollection < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . Generic . IReadOnlyList < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . IEnumerable
2003
+ {
2004
+ protected const string EventNamespace = "Microsoft.AspNetCore.Mvc." ;
2005
+ protected EventData ( ) { }
2006
+ protected abstract int Count { get ; }
2007
+ protected abstract System . Collections . Generic . KeyValuePair < string , object > this [ int index ] { get ; }
2008
+ int System . Collections . Generic . IReadOnlyCollection < System . Collections . Generic . KeyValuePair < System . String , System . Object > > . Count { get { throw null ; } }
2009
+ System . Collections . Generic . KeyValuePair < string , object > System . Collections . Generic . IReadOnlyList < System . Collections . Generic . KeyValuePair < System . String , System . Object > > . this [ int index ] { get { throw null ; } }
2010
+ System . Collections . Generic . IEnumerator < System . Collections . Generic . KeyValuePair < string , object > > System . Collections . Generic . IEnumerable < System . Collections . Generic . KeyValuePair < System . String , System . Object > > . GetEnumerator ( ) { throw null ; }
2011
+ System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) { throw null ; }
2012
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
2013
+ public partial struct Enumerator : System . Collections . Generic . IEnumerator < System . Collections . Generic . KeyValuePair < string , object > > , System . Collections . IEnumerator , System . IDisposable
2014
+ {
2015
+ private object _dummy ;
2016
+ private int _dummyPrimitive ;
2017
+ public System . Collections . Generic . KeyValuePair < string , object > Current { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
2018
+ object System . Collections . IEnumerator . Current { get { throw null ; } }
2019
+ public void Dispose ( ) { }
2020
+ public bool MoveNext ( ) { throw null ; }
2021
+ void System . Collections . IEnumerator . Reset ( ) { }
2022
+ }
2023
+ }
2013
2024
}
2014
2025
namespace Microsoft . AspNetCore . Mvc . Filters
2015
2026
{
0 commit comments