Interface IDataList<T>
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public interface IDataList<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Edit this page View SourceData
Declaration
T[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| T[] |