Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
TrainNotifier
Console
WebSocketServer
FeedEventArgs
C# 클래스 TrainNotifier.Console.WebSocketServer.FeedEventArgs
상속:
System.EventArgs
파일 보기
프로젝트 열기: blueghostuk/trainnotifier-server
공개 프로퍼티들
프로퍼티
타입
설명
Data
dynamic
Source
Feed
공개 메소드들
메소드
설명
FeedEventArgs
(
Feed
source
,
dynamic
data
) :
System
메소드 상세
FeedEventArgs()
공개
메소드
public
FeedEventArgs
(
Feed
source
,
dynamic
data
) :
System
source
Feed
data
dynamic
리턴
System
프로퍼티 상세
Data
공개적으로 프로퍼티
public
dynamic
Data
리턴
dynamic
Source
공개적으로 프로퍼티
public
Feed
Source
리턴
Feed