public static void PutData(INamedSendable value)
 {
     PutData(value.Name, value);
 }
Esempio n. 2
0
 /// <summary>
 /// Maps the specified key to the specified value in this table.
 /// </summary>
 /// <remarks>The key cannot be null.</remarks>
 /// <param name="value">The <see cref="INamedSendable"/> to map.</param>
 public static void PutData(INamedSendable value)
 {
     PutData(value.Name, value);
 }