你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeneralUtilities.HasMoreThanOneElement<T>(ICollection<T>) Method

Definition

public static bool HasMoreThanOneElement<T> (System.Collections.Generic.ICollection<T> collection);
static member HasMoreThanOneElement : System.Collections.Generic.ICollection<'T> -> bool
Public Function HasMoreThanOneElement(Of T) (collection As ICollection(Of T)) As Boolean

Type Parameters

T

Parameters

collection
ICollection<T>

Returns

Applies to