C# Class System.Runtime.Serialization.SerializationInfoExtensions

ファイルを表示 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