CookieHelperNonStaticHasData Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic bool HasData(
Dictionary<Object, Object> dict,
string key
)
Public Function HasData (
dict As Dictionary(Of Object, Object),
key As String
) As Boolean
public:
bool HasData(
Dictionary<Object^, Object^>^ dict,
String^ key
)
member HasData :
dict : Dictionary<Object, Object> *
key : string -> bool
Parameters
- dict
- Type: System.Collections.GenericDictionaryObject, Object
- key
- Type: SystemString
Return Value
Type:
Boolean
See Also