[This is preliminary documentation and is subject to change.]
Namespace: Tools.ExperimentalAssembly: 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 |
Parameters
- Owner
- Type: Tools.Experimental..::..CSV
[Missing <param name="Owner"/> documentation for "M:Tools.Experimental.CSV.ListInternal.#ctor(Tools.Experimental.CSV)"]
See Also