C# 클래스 XamarinImgur.APIWrappers.Topics

파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

공개 메소드들

메소드 설명
GetDefaultTopics ( ) : Task>>
GetTopicGallery ( int topicId, Sort sort = null, Window window = null, int page = null ) : Task>>
GetTopicGallery ( int topicId, Sort sort = null, int page = null ) : Task>>

메소드 상세

GetDefaultTopics() 공개 정적인 메소드

public static GetDefaultTopics ( ) : Task>>
리턴 Task>>

GetTopicGallery() 공개 정적인 메소드

public static GetTopicGallery ( int topicId, Sort sort = null, Window window = null, int page = null ) : Task>>
topicId int
sort Sort
window Window
page int
리턴 Task>>

GetTopicGallery() 공개 정적인 메소드

public static GetTopicGallery ( int topicId, Sort sort = null, int page = null ) : Task>>
topicId int
sort Sort
page int
리턴 Task>>