CommandParameterInfo Constructor |
Namespace: SampSharp.GameMode.SAMP.Commands.Parameters
public CommandParameterInfo( string name, ICommandParameterType commandParameterType, bool isOptional, Object defaultValue, bool isNullable )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if name or commandParameterType is null |