public sealed class NumberEventContainer<T>
where T : class
Public NotInheritable Class NumberEventContainer(Of T As Class)generic<typename T>
where T : ref class
public ref class NumberEventContainer sealed[<SealedAttribute>]
type NumberEventContainer<'T when 'T : not struct> = class end| NumberEventContainerT | Создаёт экземпляр класса с указанием события, происходящего с номером. |
| Result | Результат действия, полученный после вызова метода NumberEventFuncAsync(INumberContext, CancellationToken), или null, если метод не был выполнен или был выполнен с ошибками. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| NumberEventFuncAsync | Выполняет функцию, переданную в конструкторе, и возвращает признак того, что функция успешно выполнена. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |