/// <summary> /// Ensures the underlaying value is an object and gets its instance. /// Cannot be <c>null</c>. /// </summary> public object EnsureObject() => Value.EnsureObject();
public object EnsureObject() => PhpValue.EnsureObject(ref Value);