ICSharpHelper.Namespace(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a valid C# namespace from the specified parts.
public string Namespace (params string[] name);
abstract member Namespace : string[] -> string
Public Function Namespace (ParamArray name As String()) As String
Parameters
- name
- String[]
The base parts of the namespace.
Returns
The namespace.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework