Skip to content

P_CodeJam_Reflection_ParamInfo_Name

andrewvk edited this page Jun 23, 2016 · 5 revisions

ParamInfo.Name Property

Parameter name.

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

Syntax

C#

public string Name { get; set; }

VB

Public Property Name As String
	Get
	Set

F#

member Name : string with get, set

Property Value

Type: String

See Also

Reference

ParamInfo Class
CodeJam.Reflection Namespace

Clone this wiki locally