C# Class Cottle.Documents.Dynamic.Storage

显示文件 Open project: r3c/cottle

Public Properties

Property Type Description
Strings string[]
Values Value[]

Public Methods

Method Description
Storage ( IEnumerable strings, IEnumerable values ) : System

Method Details

Storage() public method

public Storage ( IEnumerable strings, IEnumerable values ) : System
strings IEnumerable
values IEnumerable
return System

Property Details

Strings public_oe property

public string[] Strings
return string[]

Values public_oe property

public Value[] Values
return Value[]