C# 클래스 OpenTween.Thumbnail.Services.Foursquare

상속: IThumbnailService
파일 보기 프로젝트 열기: rhenium/OpenTween

보호된 프로퍼티들

프로퍼티 타입 설명
regex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
Foursquare ( string pattern ) : System
GetThumbnailInfo ( string url, PostClass post ) : ThumbnailInfo

메소드 상세

Foursquare() 공개 메소드

public Foursquare ( string pattern ) : System
pattern string
리턴 System

GetThumbnailInfo() 공개 메소드

public GetThumbnailInfo ( string url, PostClass post ) : ThumbnailInfo
url string
post PostClass
리턴 ThumbnailInfo

프로퍼티 상세

regex 보호되어 있는 프로퍼티

protected Regex,System.Text.RegularExpressions regex
리턴 System.Text.RegularExpressions.Regex