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

Check.Empty<T>(IEnumerable<T>, Boolean, String) 方法

定义

public static void Empty<T> (System.Collections.Generic.IEnumerable<T> collection, bool expectedResult, string exceptionMessage = "Collection items do not match with expectedResult");
static member Empty : seq<'T> * bool * string -> unit
Public Shared Sub Empty(Of T) (collection As IEnumerable(Of T), expectedResult As Boolean, Optional exceptionMessage As String = "Collection items do not match with expectedResult")

类型参数

T

参数

collection
IEnumerable<T>
expectedResult
Boolean
exceptionMessage
String

适用于