Exemplo n.º 1
0
 public override bool TryGetValue(string key, out AcfEntry value) =>
 throw new InvalidOperationException("TryGetValue is only supported for AcfObject!");
Exemplo n.º 2
0
 public override bool TryGetValue(string key, out AcfEntry value) => entries.TryGetValue(key, out value);