Method | Description | |
---|---|---|
SourceContextAttribute ( string file, int startLine, int endLine ) |
Constructor for SourceContextAttribute
|
|
ToString ( ) : string | ||
ToXml ( XmlElement parent ) : void |
public SourceContextAttribute ( string file, int startLine, int endLine ) | ||
file | string | Pathname of the foreign source code file |
startLine | int | Starting line of the foreign statement |
endLine | int | Ending line of the foreign statement |