Class ResultContainer
Class ResultContainer
Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll (25.8.0)
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 >