Kimono.KHTMLPart.Restored C# (CSharp) Метод

Restored() публичный Метод

public Restored ( ) : bool
Результат bool
        public bool Restored()
        {
            return (bool) interceptor.Invoke("restored", "restored() const", typeof(bool));
        }
KHTMLPart