Skip to content

M_CodeJam_IO_TempData_TempBase__ctor

andrewvk edited this page Apr 22, 2016 · 6 revisions

TempData.TempBase Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TempData.TempBase class.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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