Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.57 KB

f281fa25-9cc6-31b7-412e-5d98e8b67dd0.md

File metadata and controls

54 lines (39 loc) · 1.57 KB

CompilationData.HasInput Method (String)

[Missing

documentation for "M:NSS.Blast.Compiler.CompilationData.HasInput(System.String)"]

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

Syntax

C#

public bool HasInput(
	string name
)

VB

Public Function HasInput ( 
	name As String
) As Boolean

C++

public:
virtual bool HasInput(
	String^ name
) sealed

F#

abstract HasInput : 
        name : string -> bool 
override HasInput : 
        name : string -> bool 

Parameters

 

name
Type: System.String
[Missing documentation for "M:NSS.Blast.Compiler.CompilationData.HasInput(System.String)"]

Return Value

Type: Boolean
[Missing documentation for "M:NSS.Blast.Compiler.CompilationData.HasInput(System.String)"]

Implements

IBlastCompilationData.HasInput(String)

See Also

Reference

CompilationData Class
HasInput Overload
NSS.Blast.Compiler Namespace