Click or drag to resize

CollectionExtensionsClearChangesTItem Method

Clears changes tracked by given collection.

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public static void ClearChanges<TItem>(
	this ICollection<TItem> source
)

Parameters

source
Type: System.Collections.GenericICollectionTItem

Type Parameters

TItem

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICollectionTItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also