Class DataListExtensions
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public static class DataListExtensions
Methods
| Edit this page View SourceIsNotNullOrEmpty<T>(IDataList<T>)
Declaration
public static bool IsNotNullOrEmpty<T>(this IDataList<T> response)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataList<T> | response |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |
IsNullOrEmpty<T>(IDataList<T>)
Declaration
public static bool IsNullOrEmpty<T>(this IDataList<T> response)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataList<T> | response |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |