NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.GenerateLinePragmaStart

Generates code for the specified CodeDOM based line pragma start representation.

[Visual Basic]
MustOverride Protected Sub GenerateLinePragmaStart( _
   ByVal e As CodeLinePragma _
)
[C#]
protected abstract void GenerateLinePragmaStart(
   CodeLinePragma e
);
[C++]
protected: virtual void GenerateLinePragmaStart(
   CodeLinePragma* e
) = 0;
[JScript]
protected abstract function GenerateLinePragmaStart(
   e : CodeLinePragma
);

Parameters

e
A CodeLinePragma that indicates the start of the line pragma to generate code for.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeLinePragma