 | PathReferenceAttribute Constructor (String) |
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic PathReferenceAttribute(
string basePath
)
Public Sub New (
basePath As String
)
public:
PathReferenceAttribute(
String^ basePath
)
new :
basePath : string -> PathReferenceAttribute
Parameters
- basePath
- Type: SystemString
[Missing <param name="basePath"/> documentation for "M:Slash.Diagnostics.ReSharper.Annotations.PathReferenceAttribute.#ctor(System.String)"]
See Also