예제 #1
0
 private object IsExist(string key)
 {
     DynamicProperties.TryGetValue(key, out var result);
     return(result);
 }