hello all ,
Whe i run innertube i am getting an error in the folowing area
"Object reference not set to an instance of an object."
Public Function ToObservableCollection(Of T)(ByVal source As IEnumerable(Of T)) As ObservableCollection(Of T)
Dim result As ObservableCollection(Of T) = New ObservableCollection(Of T)()
For Each item In source
result.Add(item)
Next item
End Function
can anyone help me to know why this error is coming? pls reply soon
Regards
Saritha