BasePaneStandardDictionaryDump Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic static string DictionaryDump(
Dictionary<Object, Object> dict,
NameValueCollection Application
)
Public Shared Function DictionaryDump (
dict As Dictionary(Of Object, Object),
Application As NameValueCollection
) As String
public:
static String^ DictionaryDump(
Dictionary<Object^, Object^>^ dict,
NameValueCollection^ Application
)
static member DictionaryDump :
dict : Dictionary<Object, Object> *
Application : NameValueCollection -> string
Parameters
- dict
- Type: System.Collections.GenericDictionaryObject, Object
- Application
- Type: System.Collections.SpecializedNameValueCollection
Return Value
Type:
String
See Also