Click or drag to resize

MembershipChangeTrackingTAdd Method (T)

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public virtual void Add(
	T item
)
Request Example View Source

Parameters

item
Type: T
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
See Also