Skip to content

P_CodeJam_Reflection_ParamInfo_Value

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

ParamInfo.Value Property

Parameter value.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public Object Value { get; set; }

VB

Public Property Value As Object
	Get
	Set

F#

member Value : Object with get, set

Property Value

Type: Object

See Also

Reference

ParamInfo Class
CodeJam.Reflection Namespace

Clone this wiki locally