Get item count from System.Reactive.Subjects.Subject class

  • Thread starter Thread starter GKS001
  • Start date Start date
G

GKS001

Guest
Hi All,

I am using Subject<T> class from System.Reactive.Subjects library.

i have declared variable as follows and i add items dynamically

static Subject<List<string>> itemSubjectList = new Subject<List<string>>();



Please help how to get the number of items in itemSubjectList



TIA

Continue reading...
 
Back
Top