Class ResultContainer
Class ResultContainer
Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll (25.2.0)
The plugin execution result container.
public class ResultContainer
Inheritance
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>