Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Prototype
Platform
Dispatching
Subscription
C# Class Prototype.Platform.Dispatching.Subscription
显示文件
Open project: paralect/prototype
Class Usage Examples
Public Methods
Method
Description
Equals
(
Subscription
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Subscription
(
Type
handlerType
,
int
priority
) :
System
Method Details
Equals()
public
method
public
Equals
(
Subscription
other
) :
bool
other
Subscription
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Subscription()
public
method
public
Subscription
(
Type
handlerType
,
int
priority
) :
System
handlerType
System.Type
priority
int
return
System