Summary
Creates an instance of the attribute.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Util - Containing Type
- SourceInfoAttribute
Syntax
public SourceInfoAttribute(string filePath = null, int lineNumber = 0)
Parameters
Name | Type | Description |
---|---|---|
filePath | string | The automatically populated file path (don't supply this manually) |
lineNumber | int | The automatically populated source file line number (don't supply this manually) |
Return Value
Type | Description |
---|---|
void |