次の方法で共有


Project.WithDefaultNamespace(String) Method

Definition

Creates a new instance of this project updated to have the new default namespace.

public Microsoft.CodeAnalysis.Project WithDefaultNamespace(string defaultNamespace);
member this.WithDefaultNamespace : string -> Microsoft.CodeAnalysis.Project
Public Function WithDefaultNamespace (defaultNamespace As String) As Project

Parameters

defaultNamespace
String

Returns

Applies to