EditArray::Dispose Method ()
Visual Studio 2015
Disposes the EditArray object and its resources.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Call M:Namespace.Class.Dispose when you are finished using the EditArray. The M:Namespace.Class.Dispose method leaves the EditArray in an unusable state. After calling M:Namespace.Class.Dispose, you must release all references to the EditArray so the garbage collector can reclaim the memory that the EditArray was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Show:
