NDepend.API Documentation
ExtensionMethodsSet Class Methods


NDepend.Helpers Namespace : ExtensionMethodsSet Class

For a list of all members of this type, see ExtensionMethodsSet members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Produces the set difference of this seq and hashset. This method is an optimized version of Enumerable.Except<T>.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Produces the set of elements, intersection of this hashset and seq. This method is an optimized version of Enumerable.Intersect<T>.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an hashset from a IEnumerable<T>.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an hashset from a IEnumerable<T>.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Produces the set of elements, union of this hashset and seq. This method is an optimized version of Enumerable.Union<T>.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Gets an enumerable object that contains first element and then elements of elements, in this order.
Public Extension MethodOverloaded. Returns true if this item equals item1 or item2.
Public Extension MethodReturns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead.
Public Extension MethodReturns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead.
Public Extension MethodGets an enumerable object that contains only the single element element.
Public Extension MethodIf obj is a numeric primitive type, returns its value converted as double. else returns null.
Top
See Also

Reference

ExtensionMethodsSet Class
NDepend.Helpers Namespace