C# 클래스 Telegram.UI.Emoji.EmojiSearchResult

파일 보기 프로젝트 열기: naphaso/kilogram

공개 프로퍼티들

프로퍼티 타입 설명
code long
end int
start int

공개 메소드들

메소드 설명
EmojiSearchResult ( long code, int start, int end ) : System

메소드 상세

EmojiSearchResult() 공개 메소드

public EmojiSearchResult ( long code, int start, int end ) : System
code long
start int
end int
리턴 System

프로퍼티 상세

code 공개적으로 프로퍼티

public long code
리턴 long

end 공개적으로 프로퍼티

public int end
리턴 int

start 공개적으로 프로퍼티

public int start
리턴 int