Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
System
Runtime
Serialization
SerializationInfoExtensions
C# Class System.Runtime.Serialization.SerializationInfoExtensions
Datei anzeigen
Open project: dotnet/corefx
Public Methods
Method
Description
UpdateValue
(
this
si
,
string
name
,
object
value
,
Type
type
) :
void
Method Details
UpdateValue()
public
static
method
public
static
UpdateValue
(
this
si
,
string
name
,
object
value
,
Type
type
) :
void
si
this
name
string
value
object
type
Type
return
void