Overload | Description |
---|---|
Create<T>() | Creates ObjectList<T> instance. |
Create(IEnumerable<Int32>) | Creates the ObjectList<T> instance where items are of the System.Int32 type with provided items. |
Create(Int32[]) | Creates the ObjectList<T> instance where items are of the System.Int32 type with provided items. |
Create(IEnumerable<String>) | Creates the ObjectList<T> instance where items are of the System.String type with provided items. |
Create(String[]) | Creates the ObjectList<T> instance where items are of the System.String type with provided items. |
Create(IEnumerable<Decimal>) | Creates the ObjectList<T> instance where items are of the System.Decimal type with provided items. |
Create(Decimal[]) | Creates the ObjectList<T> instance where items are of the System.Decimal type with provided items. |
Create(IEnumerable<DateTime>) | Creates the ObjectList<T> instance where items are of the System.DateTime type with provided items. |
Create(DateTime[]) | Creates the ObjectList<T> instance where items are of the System.DateTime type with provided items. |
Create(IEnumerable<Guid>) | Creates the ObjectList<T> instance where items are of the System.Guid type with provided items. |
Create(Guid[]) | Creates the ObjectList<T> instance where items are of the System.Guid type with provided items. |
Create(IEnumerable<Boolean>) | Creates the ObjectList<T> instance where items are of the System.Boolean type with provided items. |
Create(Boolean[]) | Creates the ObjectList<T> instance where items are of the System.Boolean type with provided items. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2