Method AddReference
AddReference(string, string?)
Adds specified reference to the project.
public bool AddReference(string reference, string? hintPath = null)
Parameters
Returns
- bool
True is succeed; otherwise false.
Adds specified reference to the project.
public bool AddReference(string reference, string? hintPath = null)
True is succeed; otherwise false.