Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ConcurrencyTests
FeedParser
C# 클래스 ConcurrencyTests.FeedParser
파일 보기
프로젝트 열기: bonesoul/concurrency-tests
1 사용 예제들
공개 메소드들
메소드
설명
FeedParser
(
string
url
) :
System
Creates a new feed parser instance for given url.
Parse
( ) :
bool
Parses the feed.
메소드 상세
FeedParser()
공개
메소드
Creates a new feed parser instance for given url.
public
FeedParser
(
string
url
) :
System
url
string
리턴
System
Parse()
공개
메소드
Parses the feed.
public
Parse
( ) :
bool
리턴
bool