[This is preliminary documentation and is subject to change.]
Implementuje CSV formát
Namespace: Tools.ExperimentalAssembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class CSV : IList, IList<CSV..::..ListInternal>, IBindingList, ITable<string> |
| Visual Basic |
|---|
Public Class CSV _ Implements IList, IList(Of CSV..::..ListInternal), _ IBindingList, ITable(Of String) |
| Visual C++ |
|---|
public ref class CSV : IList, IList<CSV..::..ListInternal^>, IBindingList, ITable<String^> |
| F# |
|---|
type CSV = class interface IList interface IList<CSV..::..ListInternal> interface IBindingList interface ITable<string> end |
| JScript |
|---|
public class CSV implements IList, IList<CSV..::..ListInternal>, IBindingList, ITable<String> |