TransformedCollection<TSourceCollection, TSourceElement, TTargetElement>.Dispose Method
Tears down all elements of the transformed collection, clears the transformed collection, and stops listening to change events on the source collection.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub Dispose
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
public final function Dispose()
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> Class