Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.54 KB

5c52c18d-30e2-b299-714c-3badcdb3246c.md

File metadata and controls

54 lines (39 loc) · 1.54 KB

CompilationData.HasInput Method (Int32)

[Missing

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

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

Syntax

C#

public bool HasInput(
	int id
)

VB

Public Function HasInput ( 
	id As Integer
) As Boolean

C++

public:
virtual bool HasInput(
	int id
) sealed

F#

abstract HasInput : 
        id : int -> bool 
override HasInput : 
        id : int -> bool 

Parameters

 

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

Return Value

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

Implements

IBlastCompilationData.HasInput(Int32)

See Also

Reference

CompilationData Class
HasInput Overload
NSS.Blast.Compiler Namespace