Project.AddMetadataReference(MetadataReference) Method

Definition

Creates a new instance of this project updated to include the specified metadata reference in addition to already existing ones.

public Microsoft.CodeAnalysis.Project AddMetadataReference (Microsoft.CodeAnalysis.MetadataReference metadataReference);

Parameters

metadataReference
MetadataReference

Returns

Applies to