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