/// <summary> /// Gets <see cref="IPhpArray"/> instance providing access to the value with array operators. /// Returns <c>null</c> if underlaying value does provide array access. /// </summary> public IPhpArray GetArrayAccess() => _type.GetArrayAccess(ref this);