Skip to content

P_CodeJam_Reflection_ParamInfo_Name

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

ParamInfo.Name Property

Parameter name.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.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