C# Class System.Runtime.Serialization.SerializationInfoExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
UpdateValue ( this si, string name, object value, Type type ) : void

Method Details

UpdateValue() public static méthode

public static UpdateValue ( this si, string name, object value, Type type ) : void
si this
name string
value object
type Type
Résultat void