Pchp.Core.PhpString.IPhpArray C# (CSharp) Метод

IPhpArray() приватный Метод

Ensures the item at given index is array.
private IPhpArray ( IntStringKey key ) : IPhpArray
key IntStringKey
Результат IPhpArray
        IPhpArray IPhpArray.EnsureItemArray(IntStringKey key) { throw new NotSupportedException(); }

Same methods

PhpString::IPhpArray ( IntStringKey key ) : PhpAlias
PhpString::IPhpArray ( IntStringKey key ) : PhpValue
PhpString::IPhpArray ( IntStringKey key ) : object
PhpString::IPhpArray ( IntStringKey key ) : void
PhpString::IPhpArray ( IntStringKey key, PhpAlias alias ) : void
PhpString::IPhpArray ( IntStringKey key, PhpValue value ) : void
PhpString::IPhpArray ( PhpValue value ) : void