@@ -155,14 +155,15 @@ public static partial class EventCallbackFactoryBinderExtensions
155
155
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < int > setter , int existingValue ) { throw null ; }
156
156
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < long > setter , long existingValue ) { throw null ; }
157
157
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < bool ? > setter , bool ? existingValue ) { throw null ; }
158
+ public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < System . DateTime ? > setter , System . DateTime ? existingValue ) { throw null ; }
158
159
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < decimal ? > setter , decimal ? existingValue ) { throw null ; }
159
160
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < double ? > setter , double ? existingValue ) { throw null ; }
160
161
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < int ? > setter , int ? existingValue ) { throw null ; }
161
162
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < long ? > setter , long ? existingValue ) { throw null ; }
162
163
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < float ? > setter , float ? existingValue ) { throw null ; }
163
164
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < float > setter , float existingValue ) { throw null ; }
164
165
public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < string > setter , string existingValue ) { throw null ; }
165
- public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder < T > ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < T > setter , T existingValue ) where T : struct , System . Enum { throw null ; }
166
+ public static Microsoft . AspNetCore . Components . EventCallback < Microsoft . AspNetCore . Components . UIChangeEventArgs > CreateBinder < T > ( this Microsoft . AspNetCore . Components . EventCallbackFactory factory , object receiver , System . Action < T > setter , T existingValue ) { throw null ; }
166
167
}
167
168
public static partial class EventCallbackFactoryUIEventArgsExtensions
168
169
{
0 commit comments