C# Class VSNDK.DebugEngine.NameValueCollectionHelper

Exibir arquivo Open project: blackberry/VSPlugin

Public Methods

Method Description
DumpToString ( NameValueCollection value ) : string

LoadFromString ( NameValueCollection target, string value ) : void

Method Details

DumpToString() public static method

public static DumpToString ( NameValueCollection value ) : string
value System.Collections.Specialized.NameValueCollection
return string

LoadFromString() public static method

public static LoadFromString ( NameValueCollection target, string value ) : void
target System.Collections.Specialized.NameValueCollection
value string
return void