C# 클래스 Newtonsoft.Json.JsonNameTable

파일 보기 프로젝트 열기: cgoconseils/XrmFramework

공개 메소드들

메소드 설명
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.

메소드 상세

Get() 공개 추상적인 메소드

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.
리턴 string