Click or drag to resize

ReflectionValueProvider Constructor

Initializes a new instance of the ReflectionValueProvider class

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public ReflectionValueProvider(
	MemberInfo memberInfo
)

Parameters

memberInfo
Type: System.ReflectionMemberInfo

[Missing <param name="memberInfo"/> documentation for "M:Stimulsoft.Base.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)"]

See Also