Kentico 10 API Reference
Kentico 10 API Reference
Namespaces
CMS.Base Namespaces
CMS.Base
SafeHashSet(T) Class
SafeHashSet(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
ExceptWith Method
GetEnumerator Method
IntersectWith Method
IsProperSubsetOf Method
IsProperSupersetOf Method
IsSubsetOf Method
IsSupersetOf Method
Overlaps Method
Remove Method
SetEquals Method
SymmetricExceptWith Method
UnionWith Method
SafeHashSet
T
Add Method
Adds the item to the hash set
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
Copy
public
bool
Add
( T
item
)
Parameters
item
Type:
T
Value to add
Return Value
Type:
Boolean
true if item added, false otherwise
Implements
ISet
T
Add(T)
Exceptions
Exception
Condition
ArgumentNullException
If
item
is null.
See Also
Reference
SafeHashSet
T
Class
CMS.Base Namespace
Copyright (c) 2016 Kentico Software
Send comments on this topic to
support@kentico.com