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