NDepend.API Documentation
ExtensionMethodsNaming Class Members
Methods 


NDepend.CodeModel Namespace : ExtensionMethodsNaming Class

The following tables list the members exposed by ExtensionMethodsNaming.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName equals case sensitive to fullName .  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName equals case sensitive to fullName0 or fullNames, or equals to a string contained in fullNames.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName matching the regular expression regexString.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName not equals case sensitive to fullName0 and fullNames, and not equals to a string contained in fullNames.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName matching the wildcard pattern string fullNameWildcardPattern.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName matching any wildcard pattern string in fullNameWildcardPattern0 union fullNameWildcardPatterns.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.FullName matching none of the wildcard pattern string in fullNameWildcardPattern0 union fullNameWildcardPatterns.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name equals case sensitive to name .  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name equals case sensitive to name0 or names, or equals to a string contained in names.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name matching the regular expression regexString.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name not equals case sensitive to name0 and names, and not equals to a string contained in names.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name matching the wildcard pattern string nameWildcardPattern.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name matching any wildcard pattern string in nameWildcardPattern0 union nameWildcardPatterns.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with Name matching none of the wildcard pattern string in nameWildcardPattern0 union nameWildcardPatterns.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements with ICodeElement.SimpleName equals case sensitive to simpleName .  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements objects with ICodeElement.SimpleName equals case sensitive to simpleName0 or equals to a string contained in simpleNames.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements with ICodeElement.SimpleName matching the regular expression regexString.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements with ICodeElement.SimpleName not equals case sensitive to simpleName0 and simpleNames, and not equals to a string contained in simpleNames.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements with ICodeElement.SimpleName matching the wildcard pattern string simpleNameWildcardPattern.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements with ICodeElement.SimpleName matching any wildcard pattern string in simpleNameWildcardPattern0 union simpleNameWildcardPatterns.  
Public Methodstatic (Shared in Visual Basic)Returns a sub-sequence of this sequence seq, containing only code elements with ICodeElement.SimpleName matching none of the wildcard pattern string in simpleNameWildcardPattern0 union simpleNameWildcardPatterns.  
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

ExtensionMethodsNaming Class
NDepend.CodeModel Namespace