NbJsonArrayToListT Method |
リスト型の型変換を行う
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public IList<T> ToList<T>()
Public Function ToList(Of T) As IList(Of T)
public:
generic<typename T>
IList<T>^ ToList()
member ToList : unit -> IList<'T>
Type Parameters
- T
- 型
Return Value
Type:
IListTリスト
Exceptions Version Information Core
Supported in: 1.0
See Also