VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Common
MFUtils Class
MFUtils Methods
AddUnique Method
AddUnique(T) Method (IList(T), IEnumerable(T))
AddUnique(T) Method (IList(T), T)
MFUtils
AddUnique
T
Method (IList
T
,
T
)
Collection Extension to Ensure items added to a collection are unique
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
static
void
AddUnique
<T>(
this
IList
<T>
self
, T
item
)
Parameters
self
Type:
System.Collections.Generic
IList
T
Destination Collection
item
Type:
T
Item to Add
Type Parameters
T
Collection Type
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IList
T
. 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
Reference
MFUtils Class
AddUnique Overload
MFiles.VAF.Common Namespace