Example #1
0
 /// <summary>
 /// Returns the ushort representation of a <see cref="RendezvousType"/>
 /// </summary>
 public static ushort UshortFromType(RendezvousType value)
 {
     return((ushort)value);
 }
Example #2
0
 /// <summary>
 /// Returns the ushort representation of a <see cref="RendezvousType"/>
 /// </summary>
 public static ushort UshortFromType(RendezvousType value)
 {
     return (ushort) value;
 }