'System.Collections.Generic.IList<Address>' does not contain a definition for 'RemoveAll' and no extension method 'RemoveAll' accepting a first argument of type 'System.Collections.Generic.IList<Address>' could be found (are you missing a using directive or an assembly reference?)
why the error is coming...and what to do to rectify it..?
thanks in advance