指定されたキーに対応する値を削除する
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
bool Remove(
String^ key
)
member Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
キー
Return Value
Type:
Boolean正常に削除された場合はtrue。
Exceptions Version Information Core
Supported in: 1.0
See Also