Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
RSS
RSSHelper
C# 클래스 RSS.RSSHelper
파일 보기
프로젝트 열기: ApmeM/Simple-RSS
공개 메소드들
메소드
설명
ReadRSS
(
Stream
source
) :
Rss
WriteRSS
(
Rss
value
,
Stream
destination
) :
void
메소드 상세
ReadRSS()
공개
정적인
메소드
public
static
ReadRSS
(
Stream
source
) :
Rss
source
System.IO.Stream
리턴
Rss
WriteRSS()
공개
정적인
메소드
public
static
WriteRSS
(
Rss
value
,
Stream
destination
) :
void
value
Rss
destination
System.IO.Stream
리턴
void