Item.from

Creates an instance of this type from an object.

  1. typeof(this) from(Object obj)
    union Item
    static
    typeof(this)
    from
    (
    Object obj
    )
  2. typeof(this) from(void* ptr)

Parameters

obj Object

object to store in union

Meta