11 private string fileName;
13 private int lineNumber;
CodeLinePragma(string fileName, int lineNumber)
Initializes a new instance of the T:System.CodeDom.CodeLinePragma class.
CodeLinePragma()
Initializes a new instance of the T:System.CodeDom.CodeLinePragma class.
string FileName
Gets or sets the name of the associated file.
Specifies that the class can be serialized.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.
Represents a specific location within a specific file.
int LineNumber
Gets or sets the line number of the associated reference.