Exemplo n.º 1
0
 public PhpArray AsArray() => _type.AsArray(ref this);   // TODO: return IPhpArrayOperators
Exemplo n.º 2
0
 /// <summary>
 /// <c>as</c> operator returning underlaying <see cref="PhpArray"/> or <c>null</c> reference.
 /// </summary>
 /// <returns>Instance of underlaying <see cref="PhpArray"/> or <c>null</c> if underlaying object is not PHP array.</returns>
 public PhpArray AsArray() => _type.AsArray(ref this);