ParameterBase.CheckParamName(String) Method

Definition

Check parameter name for validaton

protected void CheckParamName (string paramName);
member this.CheckParamName : string -> unit
Protected Sub CheckParamName (paramName As String)

Parameters

paramName
String

parameter name

Remarks

First character should be @ sign and the rest characters should follow the regular identifier rule.

Applies to