Gets or sets whether the specified value is a value identifier.
[Visual Basic] MustOverride Protected Function IsValidIdentifier( _ ByVal value As String _ ) As Boolean [C#] protected abstract bool IsValidIdentifier( string value ); [C++] protected: virtual bool IsValidIdentifier( String* value ) = 0; [JScript] protected abstract function IsValidIdentifier( value : String ) : Boolean;
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace