SolarixGrammarEngineNET.AnalysisResults.IsNull C# (CSharp) Method

IsNull() public method

public IsNull ( ) : bool
return bool
        public bool IsNull()
        {
            return hPack.GetHandle() == IntPtr.Zero;
        }