Am new to vb.net and doing a work flow in vb.net, i need to check whether a dictionary is null. I have declared a dictionary, but have not assigned any value to it.
When i use IsNothing()
method it gives object reference exception. How can i check?
Dim CustDicAs New Dictionary(Of String, Integer)
CustDic.IsNothing()