C# 클래스 ShowDatabase, thisdeveloperslife

상속: MonoBehaviour
파일 보기 프로젝트 열기: shanselman/thisdeveloperslife 1 사용 예제들

공개 메소드들

메소드 설명
FeedContent ( dynamic, article ) : string
Find ( string slug ) : dynamic,
Recent ( ) : IEnumerable
Recent ( int count ) : IEnumerable

메소드 상세

FeedContent() 공개 정적인 메소드

public static FeedContent ( dynamic, article ) : string
article dynamic,
리턴 string

Find() 공개 정적인 메소드

public static Find ( string slug ) : dynamic,
slug string
리턴 dynamic,

Recent() 공개 정적인 메소드

public static Recent ( ) : IEnumerable
리턴 IEnumerable

Recent() 공개 정적인 메소드

public static Recent ( int count ) : IEnumerable
count int
리턴 IEnumerable