NbJsonObjectGetEnumerable Method |
キーに対応する IEnumerable を取得する。
存在しない場合は null が返る。
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public IEnumerable<Object> GetEnumerable(
string key
)
Public Function GetEnumerable (
key As String
) As IEnumerable(Of Object)
public:
IEnumerable<Object^>^ GetEnumerable(
String^ key
)
member GetEnumerable :
key : string -> IEnumerable<Object>
Parameters
- key
- Type: SystemString
キー
Return Value
Type:
IEnumerableObjectキーに対応する IEnumerable
Exceptions Version Information Core
Supported in: 1.0
See Also