AddTo Method
- Namespace
- SatorImaging.UnityFundamentals
AddTo(in Observable, ICollection<IDisposable>)
public static void AddTo(this in ObservableUnityEvent.Observable self, ICollection<IDisposable> collection)
Parameters
self
ObservableUnityEvent.Observablecollection
ICollection<IDisposable>
AddTo<T>(in Observable<T>, ICollection<IDisposable>)
public static void AddTo<T>(this in ObservableUnityEvent.Observable<T> self, ICollection<IDisposable> collection)
Parameters
self
ObservableUnityEvent.Observable<T>collection
ICollection<IDisposable>
Type Parameters
T