NDepend.API Documentation
ExtensionMethodsEnumerable Class Members
Methods 


NDepend.Helpers Namespace : ExtensionMethodsEnumerable Class

The following tables list the members exposed by ExtensionMethodsEnumerable.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Append element at the end of seq.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order.  
Public Methodstatic (Shared in Visual Basic)Determine if superset contains all elements of subset.  
Public Methodstatic (Shared in Visual Basic)Returns true if the sequence seq contains a null element.  
Public Methodstatic (Shared in Visual Basic)Returns distinct elements from a sequence seq by using the default equality comparer of the type TKey, on which items are projected through funcProjection.  
Public Methodstatic (Shared in Visual Basic)Produces the set seq excluding elementExcluded. The equality test relies on the Equals() method.  
Public Methodstatic (Shared in Visual Basic)Returns the first element of a sequence satisfying predicate, or the first element of the sequence, or a default value if no element is found.  
Public Methodstatic (Shared in Visual Basic)Determines the index of a specific item in readOnlyList.  
Public Methodstatic (Shared in Visual Basic)Gets an enumerable object that contains only the single element element.  
Public Methodstatic (Shared in Visual Basic)Creates a Lookup from an IEnumerable according to a specified key selector function. The funtion can return zero, one or several keys for an element..  
Public Methodstatic (Shared in Visual Basic)Creates a IReadOnlyCollection cloned collection around sequence.  
Public Methodstatic (Shared in Visual Basic)Creates a IReadOnlyCollection cloned collection around sequence.  
Public Methodstatic (Shared in Visual Basic)Creates a IReadOnlyCollection wrapper collection around collection.  
Public Methodstatic (Shared in Visual Basic)Creates a IReadOnlyCollection wrapper collection around list.  
Public Methodstatic (Shared in Visual Basic)Add a pair of key and value to dico, only if dico doesn't already contain the key.  
Top
Extension Methods
 NameDescription
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 MethodIf obj is a numeric primitive type, returns its value converted as double. else returns null.
Top
See Also

Reference

ExtensionMethodsEnumerable Class
NDepend.Helpers Namespace