Bridge

Script..::..Write<(Of <(<'T>)>)> Method (String, array<Object>[]()[][])

Inject javascript code

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static T Write<T>(
	string code,
	params Object[] args
)
<TemplateAttribute> _
Public Shared Function Write(Of T) ( _
	code As String, _
	ParamArray args As Object() _
) As T
[TemplateAttribute]
public:
generic<typename T>
static T Write(
	String^ code, 
	... array<Object^>^ args
)

Type Parameters

T

Parameters

code
Type: System..::..String
args
Type: array<System..::..Object>[]()[][]

Return Value