Class EventDescriptor<TEventArgs>
public sealed class EventDescriptor<TEventArgs> : EventDescriptor where TEventArgs : EventArgs
Type Parameters
TEventArgs
- Inheritance
-
EventDescriptor<TEventArgs>
- Inherited Members
Methods
Create(string, JsonTypeInfo<TEventArgs>)
public static EventDescriptor<TEventArgs> Create(string name, JsonTypeInfo<TEventArgs> jsonTypeInfo)
Parameters
namestringjsonTypeInfoJsonTypeInfo<TEventArgs>
Returns
- EventDescriptor<TEventArgs>