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