Class ResultContainer

Class ResultContainer

Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll (26.2.0)

The plugin execution result container.

public class ResultContainer

Inheritance

object ResultContainer

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

ResultCollection

Gets the collection of plugin execution results.

public List<IOperationResult> ResultCollection { get; }

Property Value

List < IOperationResult >

 English