JsonObjectRemoveAt Method

Removes the property from the JsonObject at the specified index.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the property to remove.

Implements

IListTRemoveAt(Int32)

Exceptions

ArgumentOutOfRangeExceptionindex is less than zero or greater or equal to Count.

See Also