Interface IMasterList<T>
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public interface IMasterList<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
GetMasterList()
Declaration
IList<T> GetMasterList()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T> |