CSharpSourceEmitter.SourceEmitter.PrintKeywordInternal C# (CSharp) Method

PrintKeywordInternal() public method

public PrintKeywordInternal ( ) : bool
return bool
    public virtual bool PrintKeywordInternal() {
      PrintToken(CSharpToken.Internal);
      return true;
    }
SourceEmitter