The properties of System.Reflection.Emit.ParameterBuilder are listed below. For a list of all members, see the ParameterBuilder Members list.
See Also: Inherited members from System.Object
[read-only] | Attributes | int.
![]() Retrieves the attributes for this parameter. |
[read-only] | IsIn | bool.
![]() Retrieves whether this is an input parameter. |
[read-only] | IsOptional | bool.
![]() Retrieves whether this parameter is optional. |
[read-only] | IsOut | bool.
![]() Retrieves whether this parameter is an output parameter. |
[read-only] | Name | string.
![]() Retrieves the name of this parameter. |
[read-only] | Position | int.
![]() Retrieves the signature position for this parameter. |