Method RemoveReference
RemoveReference(string)
Removes specified reference from the project.
public bool RemoveReference(string reference)
Parameters
reference
stringReference to remove.
Returns
- bool
True is succeed; otherwise false.
Removes specified reference from the project.
public bool RemoveReference(string reference)
reference
stringReference to remove.
True is succeed; otherwise false.