| Name | Description |
| WithFullName<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName equals case sensitive to . |
| WithFullNameIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName equals case sensitive to or , or equals to a string contained in . |
| WithFullNameLike<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName matching the regular expression . |
| WithFullNameNotIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName not equals case sensitive to and , and not equals to a string contained in . |
| WithFullNameWildcardMatch<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName matching the wildcard pattern string . |
| WithFullNameWildcardMatchIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName matching any wildcard pattern string in union . |
| WithFullNameWildcardMatchNotIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.FullName matching none of the wildcard pattern string in union . |
| WithName<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name equals case sensitive to . |
| WithNameIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name equals case sensitive to or , or equals to a string contained in . |
| WithNameLike<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name matching the regular expression . |
| WithNameNotIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name not equals case sensitive to and , and not equals to a string contained in . |
| WithNameWildcardMatch<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name matching the wildcard pattern string . |
| WithNameWildcardMatchIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name matching any wildcard pattern string in union . |
| WithNameWildcardMatchNotIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with Name matching none of the wildcard pattern string in union . |
| WithSimpleName<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements with ICodeElement.SimpleName equals case sensitive to . |
| WithSimpleNameIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements objects with ICodeElement.SimpleName equals case sensitive to or equals to a string contained in . |
| WithSimpleNameLike<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements with ICodeElement.SimpleName matching the regular expression . |
| WithSimpleNameNotIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements with ICodeElement.SimpleName not equals case sensitive to and , and not equals to a string contained in . |
| WithSimpleNameWildcardMatch<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements with ICodeElement.SimpleName matching the wildcard pattern string . |
| WithSimpleNameWildcardMatchIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements with ICodeElement.SimpleName matching any wildcard pattern string in union . |
| WithSimpleNameWildcardMatchNotIn<TCodeElement> | Returns a sub-sequence of this sequence , containing only code elements with ICodeElement.SimpleName matching none of the wildcard pattern string in union . |