예제 #1
0
 /// <summary>
 /// Gets the string_id associated with the specified value from the string_id cache.
 /// </summary>
 /// <param name="value">The value to search for.</param>
 /// <returns></returns>
 public StringId GetStringId(string value) => StringIdCache.GetStringId(value);
예제 #2
0
 /// <summary>
 /// Gets the string_id associated with the specified value from the string_id cache.
 /// </summary>
 /// <param name="value">The value to search for.</param>
 /// <returns></returns>
 public override StringId GetStringId(string value) => StringIdCache.GetStringId(value);