Show / Hide Table of Contents

Method Create

| Improve this Doc View Source

Create(Action<T>)

Create a new DataSet.

Declaration
public static DataSet<T> Create(Action<T> initializer = null)
Parameters
Type Name Description
System.Action<T> initializer

The initializer.

Returns
Type Description
DataSet<T>

The newly created DataSet.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest