Pchp.Core.PhpAlias.EnsureObject C# (CSharp) Method

EnsureObject() public method

Ensures the underlaying value is an object and gets its instance. Cannot be null.
public EnsureObject ( ) : object
return object
        public object EnsureObject() => Value.EnsureObject();