Beispiel #1
0
 private static bool IsDictionary(string variableName)
 {
     return("\"Dictionary`2\"" == DebuggerHelper.GetValue(ExpressionsHelper.TypeName(variableName)));
 }
Beispiel #2
0
 private static bool IsList(string variableName)
 {
     return("\"List`1\"" == DebuggerHelper.GetValue(ExpressionsHelper.TypeName(variableName)));
 }