Beispiel #1
0
 /// <summary>
 /// Return the value of the <see cref="TwisterPrimitive"/> as a boxed object with the
 /// <see cref="PrimitiveType"/> as an out parameter
 /// </summary>
 public static object GetValue(this TwisterPrimitive instance, out PrimitiveType type) => TwisterPrimitive.GetValue(instance, out type);