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

適用於