SyntaxNodeOrTokenList.Any 方法

定义

指示列表中是否有任何元素。

public:
 bool Any();
public bool Any ();
member this.Any : unit -> bool
Public Function Any () As Boolean

返回

true if there are any elements in the list, else false.

适用于