Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
Runtime
Serialization
SerializationInfoExtensions
C# 클래스 System.Runtime.Serialization.SerializationInfoExtensions
파일 보기
프로젝트 열기: dotnet/corefx
공개 메소드들
메소드
설명
UpdateValue
(
this
si
,
string
name
,
object
value
,
Type
type
) :
void
메소드 상세
UpdateValue()
공개
정적인
메소드
public
static
UpdateValue
(
this
si
,
string
name
,
object
value
,
Type
type
) :
void
si
this
name
string
value
object
type
Type
리턴
void