C# Class Fynydd.Web.UI.Controls.ScriptCollector.ExtentionMethods

显示文件 Open project: fynydd/Fynydd

Public Methods

Method Description
ToSimpleJSON ( string>.this dict ) : string

Exceptionally naive toJSON method. Sufficient for our purposes here, but not safe for general use.

Method Details

ToSimpleJSON() public static method

Exceptionally naive toJSON method. Sufficient for our purposes here, but not safe for general use.
public static ToSimpleJSON ( string>.this dict ) : string
dict string>.this Dictionary object on which the extension method operates
return string