Table of Contents

Method CreateSubject

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

CreateSubject()

When overridden in a derived class, creates the shared subject.

protected abstract ISubject<T> CreateSubject()

Returns

ISubject<T>

A new instance of ISubject<T>.