Click or drag to resize

MethodParameterSourceParameterIndex Property

The index in the arguments array which contains the value for this parameter. A value of -1 indicates this parameter is not supplied by the arguments array.

Namespace:  SampSharp.Entities.Utilities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public int ParameterIndex { get; set; }

Property Value

Type: Int32
See Also