'Declaration Public Overloads Function BuildCacheKeyWithReflection( _ ByVal parms As System.Collections.Generic.Dictionary(Of String,Object) _ ) As System.String
'Usage Dim instance As SmartCache Dim parms As System.Collections.Generic.Dictionary(Of String,Object) Dim value As System.String value = instance.BuildCacheKeyWithReflection(parms)
public System.string BuildCacheKeyWithReflection( System.Collections.Generic.Dictionary<string,object> parms )
public: System.string* BuildCacheKeyWithReflection( System.Collections.Generic.Dictionary<string*,Object*>* parms )
public: System.String^ BuildCacheKeyWithReflection( System.Collections.Generic.Dictionary<String^,Object^>^ parms )
Parameters
- parms
- The parms.
Return Value
System.String.