IsNullOrEmptyExtensions
01 Syntax
Microsoft.VisualBasic.IsNullOrEmptyExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Empty | 1 | check of the given collection is null or empty? |
| IsNullOrEmpty | 2 | This object array is a null object or contains zero count items. |
| IsNullOrEmpty | 3 | 字典之中是否是没有任何数据的? |
| IsNullOrEmpty | 3 | This object array is a null object or contains zero count items. |
| GetLength | 1 | 0 for null object |
| Empty | 1 | |
| GetLength | 1 |
03 Members
Empty``1(
IEnumerable(Of ``0))check of the given collection is null or empty?
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
list | IEnumerable(Of ``0) | - |
IsNullOrEmpty(
StringBuilder)The StringBuilder object its content is nothing?
Parameters
| Name | Type | Description |
|---|---|---|
sBuilder | StringBuilder | - |
IsNullOrEmpty(
Array)This object array is a null object or contains zero count items.
Remarks
(判断某一个对象数组是否为空)
IsNullOrEmpty``2(
IDictionary(Of ``0, ``1))字典之中是否是没有任何数据的?
Type Parameters
| Name | Description |
|---|---|
TKey | |
TValue |
Parameters
| Name | Type | Description |
|---|---|---|
dict | IDictionary(Of ``0, ``1) | - |
IsNullOrEmpty``2(
IReadOnlyDictionary(Of ``0, ``1))字典之中是否是没有任何数据的?
Type Parameters
| Name | Description |
|---|---|
TKey | |
TValue |
Parameters
| Name | Type | Description |
|---|---|---|
dict | IReadOnlyDictionary(Of ``0, ``1) | - |
IsNullOrEmpty``2(
Dictionary(Of ``0, ``1))字典之中是否是没有任何数据的?
Type Parameters
| Name | Description |
|---|---|
TKey | |
TValue |
Parameters
| Name | Type | Description |
|---|---|---|
dict | Dictionary(Of ``0, ``1) | - |
IsNullOrEmpty``1(
Queue(Of ``0))这个队列之中是否是没有任何数据的?
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
queue | Queue(Of ``0) | - |
IsNullOrEmpty``1(
ICollection(Of ``0))这个动态列表之中是否是没有任何数据的?
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
list | ICollection(Of ``0) | - |
IsNullOrEmpty``1(
``0())This object array is a null object or contains zero count items.
Remarks
(判断某一个对象数组是否为空)
GetLength``1(
``0())0 for null object
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
array | ``0() | - |
Empty(
IEnumerable(Of T))GetLength(
T())