Example #1
0
 /// <summary>
 /// When overridden in the derived class, reads a value with the specified name from an IValueReader.
 /// </summary>
 /// <param name="name">Name of the value.</param>
 /// <param name="reader">IValueReader to read from.</param>
 /// <returns>Value read from the IValueReader.</returns>
 protected override ActionDisplayID Read(string name, IValueReader reader)
 {
     return(reader.ReadActionDisplayID(name));
 }