共用方式為


SyntaxList<TNode>.LastIndexOf 方法

定義

多載

LastIndexOf(Func<TNode,Boolean>)
LastIndexOf(TNode)

LastIndexOf(Func<TNode,Boolean>)

Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
public:
 int LastIndexOf(Func<TNode, bool> ^ predicate);
public int LastIndexOf (Func<TNode,bool> predicate);
member this.LastIndexOf : Func<'Node, bool (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> int
Public Function LastIndexOf (predicate As Func(Of TNode, Boolean)) As Integer

參數

predicate
Func<TNode,Boolean>

傳回

適用於

LastIndexOf(TNode)

Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
Source:
SyntaxList%601.cs
public:
 int LastIndexOf(TNode node);
public int LastIndexOf (TNode node);
member this.LastIndexOf : 'Node -> int
Public Function LastIndexOf (node As TNode) As Integer

參數

node
TNode

傳回

適用於