NbJsonArray Constructor (IEnumerableObject) |
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbJsonArray(
IEnumerable<Object> collection
)
Public Sub New (
collection As IEnumerable(Of Object)
)
public:
NbJsonArray(
IEnumerable<Object^>^ collection
)
new :
collection : IEnumerable<Object> -> NbJsonArray
Parameters
- collection
- Type: System.Collections.GenericIEnumerableObject
コレクション
Exceptions Version Information Core
Supported in: 1.0
See Also