mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-06 03:42:11 +08:00
Update import
This commit is contained in:
@@ -13,6 +13,20 @@ namespace vl
|
||||
namespace __vwsn
|
||||
{
|
||||
|
||||
/***********************************************************************
|
||||
CreateArray
|
||||
***********************************************************************/
|
||||
|
||||
CreateArray::CreateArray()
|
||||
:list(IValueArray::Create())
|
||||
{
|
||||
}
|
||||
|
||||
CreateArray::CreateArray(Ptr<IValueArray> _list)
|
||||
:list(_list)
|
||||
{
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
CreateList
|
||||
***********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user