Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
CodeAnalysis
CodeGen
LocalSlotManager.LocalSignature
C# Class Microsoft.CodeAnalysis.CodeGen.LocalSlotManager.LocalSignature
Structure that represents a local signature (as in
ECMA-335
, Partition I, §8.6.1.3 Local signatures).
Mostrar archivo
Open project: stark-lang/stark-roslyn
Public Methods
Method
Description
Equals
(
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Private Methods
Method
Description
LocalSignature
(
Cci.ITypeReference
valType
,
LocalSlotConstraints
constraints
) :
System
Method Details
Equals()
public
method
public
Equals
(
other
) :
bool
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int