Click or drag to resize
Json.NET

DefaultJsonNameTableGet Method

 
Gets a string containing the same characters as the specified range of characters in the given array.

Namespace:  Newtonsoft.Json
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public override string Get(
	char[] key,
	int start,
	int length
)

Parameters

key
Type: SystemChar
The character array containing the name to find.
start
Type: SystemInt32
The zero-based index into the array specifying the first character of the name.
length
Type: SystemInt32
The number of characters in the name.

Return Value

Type: String
A string containing the same characters as the specified range of characters in the given array.
See Also