Click or drag to resize
NbObjectHasKey Method
指定されたキーに対応する値があるか調べる

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public bool HasKey(
	string key
)

Parameters

key
Type: SystemString
キー

Return Value

Type: Boolean
値があれば true
Exceptions
ExceptionCondition
ArgumentNullExceptionキーがnull
Version Information

Core

Supported in: 1.0
See Also