C# Class NServiceBus.MemberInfoExtensions

Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
GetValue ( this member, object source ) : object
SetValue ( this member, object target, object value ) : void

Method Details

GetValue() public static méthode

public static GetValue ( this member, object source ) : object
member this
source object
Résultat object

SetValue() public static méthode

public static SetValue ( this member, object target, object value ) : void
member this
target object
value object
Résultat void