Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.83 KB

6d063979-9c45-95b2-770c-403f75a5d3ee.md

File metadata and controls

50 lines (35 loc) · 1.83 KB

HPCNamespace.CombineScriptsIntoNamespace Method

[Missing

documentation for "M:NSS.Blast.Compiler.HPCNamespace.CombineScriptsIntoNamespace(System.Collections.Generic.IEnumerable{System.String})"]

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public static string CombineScriptsIntoNamespace(
	IEnumerable<string> scripts
)

VB

Public Shared Function CombineScriptsIntoNamespace ( 
	scripts As IEnumerable(Of String)
) As String

C++

public:
static String^ CombineScriptsIntoNamespace(
	IEnumerable<String^>^ scripts
)

F#

static member CombineScriptsIntoNamespace : 
        scripts : IEnumerable<string> -> string 

Parameters

 

scripts
Type: System.Collections.Generic.IEnumerable(String)
[Missing documentation for "M:NSS.Blast.Compiler.HPCNamespace.CombineScriptsIntoNamespace(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: String
[Missing documentation for "M:NSS.Blast.Compiler.HPCNamespace.CombineScriptsIntoNamespace(System.Collections.Generic.IEnumerable{System.String})"]

See Also

Reference

HPCNamespace Class
NSS.Blast.Compiler Namespace