Table of Contents

AddTo Method

AddTo(in Observable, ICollection<IDisposable>)

public static void AddTo(this in ObservableUnityEvent.Observable self, ICollection<IDisposable> collection)

Parameters

self ObservableUnityEvent.Observable
collection 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