C# Class Newtonsoft.Json.JsonNameTable

显示文件 Open project: cgoconseils/XrmFramework

Public Methods

Method Description
Get ( Array key, int start, int length ) : string

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

Method Details

Get() public abstract method

Gets a string containing the same characters as the specified range of characters in the given array.
public abstract Get ( Array key, int start, int length ) : string
key Array The character array containing the name to find.
start int The zero-based index into the array specifying the first character of the name.
length int The number of characters in the name.
return string