JsonValue.CreateNullValue 方法

定义

使用 NULL 值创建 JsonValue

public:
 static JsonValue ^ CreateNullValue();
 static JsonValue CreateNullValue();
public static JsonValue CreateNullValue();
function createNullValue()
Public Shared Function CreateNullValue () As JsonValue

返回

具有 NULL 值的 JsonValue

适用于