Example #1
0
 new Command(tuple.type, tuple.command, tuple.lang);
Example #2
0
 /// <summary>
 /// Enables <see cref="EntityId"/>-construction from a tuple, e.g. "EntityId x = (ResourceType.Tag, 17);".
 /// </summary>
 public static implicit operator EntityId((ResourceType type, int id) tuple) => new EntityId(tuple.type, tuple.id);
 return(new VertexAttributeDescriptor(tuple.type, tuple.size, tuple.dataType, tuple.stride, tuple.offset));
Example #4
0
 return(new NServicebusRoute(tuple.type, tuple.destination));