Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS 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
SymmetricExceptWith Method
Modifies the current
SafeHashSet
T
object to contain only elements that are present either in that object or in the specified collection, but not both.
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
Copy
public
void
SymmetricExceptWith
(
IEnumerable
<T>
other
)
Parameters
other
Type:
System.Collections.Generic
IEnumerable
T
The collection to compare to the current
SafeHashSet
T
object.
Implements
ISet
T
SymmetricExceptWith(IEnumerable
T
)
Exceptions
Exception
Condition
ArgumentNullException
If
other
is null.
See Also
Reference
SafeHashSet
T
Class
CMS.Base Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com