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

Initializes a new instance of the CSV..::..ListInternal class

Namespace: Tools.Experimental
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public ListInternal(
	CSV Owner
)
Visual Basic
Public Sub New ( _
	Owner As CSV _
)
Visual C++
public:
ListInternal(
	CSV^ Owner
)
F#
new : 
        Owner:CSV -> ListInternal
JScript
public function CSV..::..ListInternal(
	Owner : CSV
)

Parameters

Owner
Type: Tools.Experimental..::..CSV

[Missing <param name="Owner"/> documentation for "M:Tools.Experimental.CSV.ListInternal.#ctor(Tools.Experimental.CSV)"]

See Also