ParameterInfo

Overview

Location

Properties


CustomAttributes

 

property CustomAttributes: array of Object read;

 

Object[] CustomAttributes { get; }

 

var CustomAttributes: Object... { get{} }

 

Object[] CustomAttributes { __get; }

 

ReadOnly Property CustomAttributes() As Object()

Name

 

property Name: String read;

 

String Name { get; }

 

var Name: String { get{} }

 

String Name { __get; }

 

ReadOnly Property Name() As String

ParameterType

 

property ParameterType: Type read;

 

Type ParameterType { get; }

 

var ParameterType: Type { get{} }

 

Type ParameterType { __get; }

 

ReadOnly Property ParameterType() As Type

Position

 

property Position: Int32 read;

 

Int32 Position { get; }

 

var Position: Int32 { get{} }

 

Int32 Position { __get; }

 

ReadOnly Property Position() As Int32