Skip to content

M_CodeJam_IO_TempData_TempBase__ctor

Andrew Koryavchenko edited this page Jun 17, 2018 · 6 revisions

TempData.TempBase Constructor

Initializes a new instance of the TempData.TempBase class.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

protected TempBase(
	string path
)

VB

Protected Sub New ( 
	path As String
)

F#

new : 
        path : string -> TempBase

Parameters

 

path
Type: System.String
The path.

See Also

Reference

TempData.TempBase Class
CodeJam.IO Namespace

Clone this wiki locally