Platform Core .NET Assemblies API
Create Method
See Also  Send Feedback
Terrasoft.Common Namespace > ObjectList Class : Create Method

Glossary Item Box

Overload List

OverloadDescription
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.  

Requirements

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

See Also

© Terrasoft 2002-2018.