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
ICSharpCode
NRefactory
Utils
FastSerializer.DeserializationContext
C# Class ICSharpCode.NRefactory.Utils.FastSerializer.DeserializationContext
Mostrar archivo
Open project: 0xd4d/NRefactory
Public Properties
Property
Type
Description
Objects
object[]
Reader
System.IO.BinaryReader
Types
System.Type[]
Public Methods
Method
Description
ReadObject
( ) :
object
Private Methods
Method
Description
DeserializeTypeDescriptions
( ) :
void
ReadTypeID
( ) :
int
Method Details
ReadObject()
public
method
public
ReadObject
( ) :
object
return
object
Property Details
Objects
public_oe property
public
object[]
Objects
return
object[]
Reader
public_oe property
public
BinaryReader,System.IO
Reader
return
System.IO.BinaryReader
Types
public_oe property
public
Type[],System
Types
return
System.Type[]